Html Css Color HEX #52C05C Fern

📋 copy color: '#52C05C'

red 82 ◦ green 192 ◦ blue 92

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

Shades of Fern #52C05C

Tints of Fern #52C05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 22.4%
G = 52.46%
B = 25.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#52C05C (or 0x52C05C) is known color: Fern. HEX triplet: 52, C0 and 5C. RGB value is (82,192,92). Sum of RGB (Red+Green+Blue) = 82+192+92=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #52C05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C05C is #AD3FA3. Grayscale: #949494. Windows color (decimal): -11354020 or 6078546. OLE color: 6078546.

HSL color Cylindrical-coordinate representation of color #52C05C: hue angle of 125.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 #52C05C is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 92 -
CMYK 0.57 0 0.52 0.25
HSL 125.45º 0.47% 0.54% -
HSV(B) 125.45º 0.57% 0.75% -
XYZ 24.26 40.27 16.62 -
YUV 147.71 96.56 81.13 -
System Red Green Blue C M Y K H S L
Decimal 82 192 92 0.57 0 0.52 0.25 125.45 0.47 0.54
Hex 52 C0 5C 39 0 34 19 7D 2F 36
Octal 122 300 134 71 0 64 31 175 57 66
Binary 1010010 11000000 1011100 111001 0 110100 11001 1111101 101111 110110

Color Harmonies of #52C05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C05C

Black with #52C05C

Text Example


Text Example

White with #52C05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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