Html Css Color HEX #52CC5E Fern

📋 copy color: '#52CC5E'

red 82 ◦ green 204 ◦ blue 94

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

Shades of Fern #52CC5E

Tints of Fern #52CC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.68%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 21.58%
G = 53.68%
B = 24.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#52CC5E (or 0x52CC5E) is known color: Fern. HEX triplet: 52, CC and 5E. RGB value is (82,204,94). Sum of RGB (Red+Green+Blue) = 82+204+94=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC5E is #AD33A1. Grayscale: #9B9B9B. Windows color (decimal): -11350946 or 6212690. OLE color: 6212690.

HSL color Cylindrical-coordinate representation of color #52CC5E: hue angle of 125.9º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC5E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 94 -
CMYK 0.60 0 0.54 0.2
HSL 125.9º 0.54% 0.56% -
HSV(B) 125.9º 0.6% 0.8% -
XYZ 27.09 45.79 18 -
YUV 154.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 82 204 94 0.60 0 0.54 0.2 125.9 0.54 0.56
Hex 52 CC 5E 3C 0 36 14 7E 36 38
Octal 122 314 136 74 0 66 24 176 66 70
Binary 1010010 11001100 1011110 111100 0 110110 10100 1111110 110110 111000

Color Harmonies of #52CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC5E

Black with #52CC5E

Text Example


Text Example

White with #52CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,94); }

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

background-color css

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

 a { background-color: rgb(82,204,94); }

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

border-color css

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

 span { border-color: rgb(82,204,94); }

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