Html Css Color HEX #72BF7E Fern

📋 copy color: '#72BF7E'

red 114 ◦ green 191 ◦ blue 126

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

Shades of Fern #72BF7E

Tints of Fern #72BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 26.45%
G = 44.32%
B = 29.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#72BF7E (or 0x72BF7E) is known color: Fern. HEX triplet: 72, BF and 7E. RGB value is (114,191,126). Sum of RGB (Red+Green+Blue) = 114+191+126=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF7E is #8D4081. Grayscale: #A0A0A0. Windows color (decimal): -9257090 or 8306546. OLE color: 8306546.

HSL color Cylindrical-coordinate representation of color #72BF7E: hue angle of 129.35º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF7E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 126 -
CMYK 0.40 0 0.34 0.25
HSL 129.35º 0.38% 0.6% -
HSV(B) 129.35º 0.4% 0.75% -
XYZ 29.34 42.35 26.37 -
YUV 160.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 114 191 126 0.40 0 0.34 0.25 129.35 0.38 0.6
Hex 72 BF 7E 28 0 22 19 81 26 3C
Octal 162 277 176 50 0 42 31 201 46 74
Binary 1110010 10111111 1111110 101000 0 100010 11001 10000001 100110 111100

Color Harmonies of #72BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF7E

Black with #72BF7E

Text Example


Text Example

White with #72BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,126); }

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

background-color css

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

 a { background-color: rgb(114,191,126); }

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

border-color css

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

 span { border-color: rgb(114,191,126); }

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