Html Css Color HEX #72BC7D Fern

📋 copy color: '#72BC7D'

red 114 ◦ green 188 ◦ blue 125

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

Shades of Fern #72BC7D

Tints of Fern #72BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 26.7%
G = 44.03%
B = 29.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#72BC7D (or 0x72BC7D) is known color: Fern. HEX triplet: 72, BC and 7D. RGB value is (114,188,125). Sum of RGB (Red+Green+Blue) = 114+188+125=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC7D is #8D4382. Grayscale: #9E9E9E. Windows color (decimal): -9257859 or 8240242. OLE color: 8240242.

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

Color convert

RGB 114 188 125 -
CMYK 0.39 0 0.34 0.26
HSL 128.92º 0.36% 0.59% -
HSV(B) 128.92º 0.39% 0.74% -
XYZ 28.62 41.02 25.81 -
YUV 158.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 114 188 125 0.39 0 0.34 0.26 128.92 0.36 0.59
Hex 72 BC 7D 27 0 22 1A 81 24 3B
Octal 162 274 175 47 0 42 32 201 44 73
Binary 1110010 10111100 1111101 100111 0 100010 11010 10000001 100100 111011

Color Harmonies of #72BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC7D

Black with #72BC7D

Text Example


Text Example

White with #72BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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