Html Css Color HEX #52C067 Fern

📋 copy color: '#52C067'

red 82 ◦ green 192 ◦ blue 103

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

Shades of Fern #52C067

Tints of Fern #52C067

RGB

 RED value IS 82 (32.42% from 255) = 21.75%

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

 BLUE value IS 103 (40.63% from 255) = 27.32%

R = 21.75%
G = 50.93%
B = 27.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#52C067 (or 0x52C067) is known color: Fern. HEX triplet: 52, C0 and 67. RGB value is (82,192,103). Sum of RGB (Red+Green+Blue) = 82+192+103=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #52C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C067 is #AD3F98. Grayscale: #959595. Windows color (decimal): -11354009 or 6799442. OLE color: 6799442.

HSL color Cylindrical-coordinate representation of color #52C067: hue angle of 131.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C067 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 103 -
CMYK 0.57 0 0.46 0.25
HSL 131.45º 0.47% 0.54% -
HSV(B) 131.45º 0.57% 0.75% -
XYZ 24.78 40.47 19.34 -
YUV 148.96 102.06 80.24 -
System Red Green Blue C M Y K H S L
Decimal 82 192 103 0.57 0 0.46 0.25 131.45 0.47 0.54
Hex 52 C0 67 39 0 2E 19 83 2F 36
Octal 122 300 147 71 0 56 31 203 57 66
Binary 1010010 11000000 1100111 111001 0 101110 11001 10000011 101111 110110

Color Harmonies of #52C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C067

Black with #52C067

Text Example


Text Example

White with #52C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C067; }

 p { color: rgb(82,192,103); }

 H1.HeaderClassName
 {
   color: #52C067;
 }
 .AnyTagClassName
 {
   color: #52C067;
 }
</style>

background-color css

<style>
 a { background-color: #52C067; }

 a { background-color: rgb(82,192,103); }

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

border-color css

<style>
 span { border-color: #52C067; }

 span { border-color: rgb(82,192,103); }

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