Html Css Color HEX #72BE7E Fern

📋 copy color: '#72BE7E'

red 114 ◦ green 190 ◦ blue 126

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

Shades of Fern #72BE7E

Tints of Fern #72BE7E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 26.51%
G = 44.19%
B = 29.3%

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

#72BE7E (or 0x72BE7E) is known color: Fern. HEX triplet: 72, BE and 7E. RGB value is (114,190,126). Sum of RGB (Red+Green+Blue) = 114+190+126=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE7E is #8D4181. Grayscale: #A0A0A0. Windows color (decimal): -9257346 or 8306290. OLE color: 8306290.

HSL color Cylindrical-coordinate representation of color #72BE7E: hue angle of 129.47º degrees, saturation: 0.37, 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 #72BE7E is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 190 126 -
CMYK 0.40 0 0.34 0.25
HSL 129.47º 0.37% 0.6% -
HSV(B) 129.47º 0.4% 0.75% -
XYZ 29.12 41.91 26.29 -
YUV 159.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 114 190 126 0.40 0 0.34 0.25 129.47 0.37 0.6
Hex 72 BE 7E 28 0 22 19 81 25 3C
Octal 162 276 176 50 0 42 31 201 45 74
Binary 1110010 10111110 1111110 101000 0 100010 11001 10000001 100101 111100

Color Harmonies of #72BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BE7E

Black with #72BE7E

Text Example


Text Example

White with #72BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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