Html Css Color HEX #52D65A Fern

📋 copy color: '#52D65A'

red 82 ◦ green 214 ◦ blue 90

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

Shades of Fern #52D65A

Tints of Fern #52D65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 21.24%
G = 55.44%
B = 23.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#52D65A (or 0x52D65A) is known color: Fern. HEX triplet: 52, D6 and 5A. RGB value is (82,214,90). Sum of RGB (Red+Green+Blue) = 82+214+90=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #52D65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D65A is #AD29A5. Grayscale: #A0A0A0. Windows color (decimal): -11348390 or 5953106. OLE color: 5953106.

HSL color Cylindrical-coordinate representation of color #52D65A: hue angle of 123.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D65A is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 90 -
CMYK 0.62 0 0.58 0.16
HSL 123.64º 0.62% 0.58% -
HSV(B) 123.64º 0.62% 0.84% -
XYZ 29.37 50.63 17.9 -
YUV 160.4 88.27 72.08 -
System Red Green Blue C M Y K H S L
Decimal 82 214 90 0.62 0 0.58 0.16 123.64 0.62 0.58
Hex 52 D6 5A 3E 0 3A 10 7C 3E 3A
Octal 122 326 132 76 0 72 20 174 76 72
Binary 1010010 11010110 1011010 111110 0 111010 10000 1111100 111110 111010

Color Harmonies of #52D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D65A

Black with #52D65A

Text Example


Text Example

White with #52D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,90); }

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

background-color css

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

 a { background-color: rgb(82,214,90); }

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

border-color css

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

 span { border-color: rgb(82,214,90); }

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