#72BF7D

Color #72BF7D Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #72BF7D

Tints of Fern #72BF7D

Color information

#72BF7D (or 0x72BF7D) is unknown color: approx Fern. HEX triplet: 72, BF and 7D. RGB value is (114,191,125). Sum of RGB (Red+Green+Blue) = 114+191+125=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF7D is #8D4082. Grayscale: #A0A0A0. Windows color (decimal): -9257091 or 8241010. OLE color: 8241010.

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

Color convert

RGB114191125-
CMYK0.4000.350.25
HSL128.57º37.56%59.8%-
HSV(B)128.57º40.31%74.9%-
XYZ29.2742.3226.03-
YUV160.45107.9994.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=26.51%
G=44.42%
B=29.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911250.4000.350.25128.5737.5659.8
Hex72BF7D280231981263c
Octal16227717550043312014674
Binary111001010111111111110110100001000111100110000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BF7D;
 }
 .AnyTagClassName
 {
   color: #72BF7D;
 }
</style>
background-color css

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

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

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

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

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

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