Html Css Color HEX #75C25B Mantis

📋 copy color: '#75C25B'

red 117 ◦ green 194 ◦ blue 91

#75C25B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #75C25B

Tints of Mantis #75C25B

RGB

 RED value IS 117 (46.09% from 255) = 29.1%

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 29.1%
G = 48.26%
B = 22.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75C25B (or 0x75C25B) is known color: Mantis. HEX triplet: 75, C2 and 5B. RGB value is (117,194,91). Sum of RGB (Red+Green+Blue) = 117+194+91=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #75C25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C25B is #8A3DA4. Grayscale: #9F9F9F. Windows color (decimal): -9059749 or 6013557. OLE color: 6013557.

HSL color Cylindrical-coordinate representation of color #75C25B: hue angle of 104.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C25B is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 91 -
CMYK 0.40 0 0.53 0.24
HSL 104.85º 0.46% 0.56% -
HSV(B) 104.85º 0.53% 0.76% -
XYZ 28.52 43.12 16.72 -
YUV 159.24 89.49 97.88 -
System Red Green Blue C M Y K H S L
Decimal 117 194 91 0.40 0 0.53 0.24 104.85 0.46 0.56
Hex 75 C2 5B 28 0 35 18 69 2E 38
Octal 165 302 133 50 0 65 30 151 56 70
Binary 1110101 11000010 1011011 101000 0 110101 11000 1101001 101110 111000

Color Harmonies of #75C25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C25B

Black with #75C25B

Text Example


Text Example

White with #75C25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C25B; }

 p { color: rgb(117,194,91); }

 H1.HeaderClassName
 {
   color: #75C25B;
 }
 .AnyTagClassName
 {
   color: #75C25B;
 }
</style>

background-color css

<style>
 a { background-color: #75C25B; }

 a { background-color: rgb(117,194,91); }

 div.DivClassName
 {
   background-color: #75C25B;
 }
 .BgClassName
 {
   background-color: #75C25B;
 }
</style>

border-color css

<style>
 span { border-color: #75C25B; }

 span { border-color: rgb(117,194,91); }

 td.TdClassName
 {
   border-color: #75C25B;
 }
 .TagClassName
 {
   border-color: #75C25B;
 }
</style>