Html Css Color HEX #72BC70 Fern

📋 copy color: '#72BC70'

red 114 ◦ green 188 ◦ blue 112

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

Shades of Fern #72BC70

Tints of Fern #72BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 27.54%
G = 45.41%
B = 27.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#72BC70 (or 0x72BC70) is known color: Fern. HEX triplet: 72, BC and 70. RGB value is (114,188,112). Sum of RGB (Red+Green+Blue) = 114+188+112=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC70 is #8D438F. Grayscale: #9D9D9D. Windows color (decimal): -9257872 or 7388274. OLE color: 7388274.

HSL color Cylindrical-coordinate representation of color #72BC70: hue angle of 118.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BC70 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 112 -
CMYK 0.39 0 0.40 0.26
HSL 118.42º 0.36% 0.59% -
HSV(B) 118.42º 0.4% 0.74% -
XYZ 27.85 40.71 21.72 -
YUV 157.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 114 188 112 0.39 0 0.40 0.26 118.42 0.36 0.59
Hex 72 BC 70 27 0 28 1A 76 24 3B
Octal 162 274 160 47 0 50 32 166 44 73
Binary 1110010 10111100 1110000 100111 0 101000 11010 1110110 100100 111011

Color Harmonies of #72BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC70

Black with #72BC70

Text Example


Text Example

White with #72BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,112); }

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

background-color css

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

 a { background-color: rgb(114,188,112); }

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

border-color css

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

 span { border-color: rgb(114,188,112); }

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