Html Css Color HEX #52C05D Fern

📋 copy color: '#52C05D'

red 82 ◦ green 192 ◦ blue 93

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

Shades of Fern #52C05D

Tints of Fern #52C05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 22.34%
G = 52.32%
B = 25.34%

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

#52C05D (or 0x52C05D) is known color: Fern. HEX triplet: 52, C0 and 5D. RGB value is (82,192,93). Sum of RGB (Red+Green+Blue) = 82+192+93=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #52C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C05D is #AD3FA2. Grayscale: #949494. Windows color (decimal): -11354019 or 6144082. OLE color: 6144082.

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

Color convert

RGB 82 192 93 -
CMYK 0.57 0 0.52 0.25
HSL 126º 0.47% 0.54% -
HSV(B) 126º 0.57% 0.75% -
XYZ 24.31 40.28 16.85 -
YUV 147.82 97.06 81.05 -
System Red Green Blue C M Y K H S L
Decimal 82 192 93 0.57 0 0.52 0.25 126 0.47 0.54
Hex 52 C0 5D 39 0 34 19 7E 2F 36
Octal 122 300 135 71 0 64 31 176 57 66
Binary 1010010 11000000 1011101 111001 0 110100 11001 1111110 101111 110110

Color Harmonies of #52C05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C05D

Black with #52C05D

Text Example


Text Example

White with #52C05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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