Html Css Color HEX #72CB5B Mantis

📋 copy color: '#72CB5B'

red 114 ◦ green 203 ◦ blue 91

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

Shades of Mantis #72CB5B

Tints of Mantis #72CB5B

RGB

 RED value IS 114 (44.92% from 255) = 27.94%

 GREEN value IS 203 (79.69% from 255) = 49.75%

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

R = 27.94%
G = 49.75%
B = 22.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#72CB5B (or 0x72CB5B) is known color: Mantis. HEX triplet: 72, CB and 5B. RGB value is (114,203,91). Sum of RGB (Red+Green+Blue) = 114+203+91=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB5B is #8D34A4. Grayscale: #A3A3A3. Windows color (decimal): -9254053 or 6015858. OLE color: 6015858.

HSL color Cylindrical-coordinate representation of color #72CB5B: hue angle of 107.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72CB5B is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 91 -
CMYK 0.44 0 0.55 0.20
HSL 107.68º 0.52% 0.58% -
HSV(B) 107.68º 0.55% 0.8% -
XYZ 30.18 47.04 17.39 -
YUV 163.62 87.01 92.61 -
System Red Green Blue C M Y K H S L
Decimal 114 203 91 0.44 0 0.55 0.20 107.68 0.52 0.58
Hex 72 CB 5B 2C 0 37 14 6C 34 3A
Octal 162 313 133 54 0 67 24 154 64 72
Binary 1110010 11001011 1011011 101100 0 110111 10100 1101100 110100 111010

Color Harmonies of #72CB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CB5B

Black with #72CB5B

Text Example


Text Example

White with #72CB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CB5B; }

 p { color: rgb(114,203,91); }

 H1.HeaderClassName
 {
   color: #72CB5B;
 }
 .AnyTagClassName
 {
   color: #72CB5B;
 }
</style>

background-color css

<style>
 a { background-color: #72CB5B; }

 a { background-color: rgb(114,203,91); }

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

border-color css

<style>
 span { border-color: #72CB5B; }

 span { border-color: rgb(114,203,91); }

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