Html Css Color HEX #52CA5E Fern

📋 copy color: '#52CA5E'

red 82 ◦ green 202 ◦ blue 94

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

Shades of Fern #52CA5E

Tints of Fern #52CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.44%

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

R = 21.69%
G = 53.44%
B = 24.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#52CA5E (or 0x52CA5E) is known color: Fern. HEX triplet: 52, CA and 5E. RGB value is (82,202,94). Sum of RGB (Red+Green+Blue) = 82+202+94=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA5E is #AD35A1. Grayscale: #9A9A9A. Windows color (decimal): -11351458 or 6212178. OLE color: 6212178.

HSL color Cylindrical-coordinate representation of color #52CA5E: hue angle of 126º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA5E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 94 -
CMYK 0.59 0 0.53 0.21
HSL 126º 0.53% 0.56% -
HSV(B) 126º 0.59% 0.79% -
XYZ 26.62 44.84 17.84 -
YUV 153.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 82 202 94 0.59 0 0.53 0.21 126 0.53 0.56
Hex 52 CA 5E 3B 0 35 15 7E 35 38
Octal 122 312 136 73 0 65 25 176 65 70
Binary 1010010 11001010 1011110 111011 0 110101 10101 1111110 110101 111000

Color Harmonies of #52CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA5E

Black with #52CA5E

Text Example


Text Example

White with #52CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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