Html Css Color HEX #72C07D Fern

📋 copy color: '#72C07D'

red 114 ◦ green 192 ◦ blue 125

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

Shades of Fern #72C07D

Tints of Fern #72C07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 26.45%
G = 44.55%
B = 29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#72C07D (or 0x72C07D) is known color: Fern. HEX triplet: 72, C0 and 7D. RGB value is (114,192,125). Sum of RGB (Red+Green+Blue) = 114+192+125=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #72C07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C07D is #8D3F82. Grayscale: #A1A1A1. Windows color (decimal): -9256835 or 8241266. OLE color: 8241266.

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

Color convert

RGB 114 192 125 -
CMYK 0.41 0 0.35 0.25
HSL 128.46º 0.38% 0.6% -
HSV(B) 128.46º 0.41% 0.75% -
XYZ 29.49 42.76 26.1 -
YUV 161.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 114 192 125 0.41 0 0.35 0.25 128.46 0.38 0.6
Hex 72 C0 7D 29 0 23 19 80 26 3C
Octal 162 300 175 51 0 43 31 200 46 74
Binary 1110010 11000000 1111101 101001 0 100011 11001 10000000 100110 111100

Color Harmonies of #72C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C07D

Black with #72C07D

Text Example


Text Example

White with #72C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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