Html Css Color HEX #52D02C Kelly Green

📋 copy color: '#52D02C'

red 82 ◦ green 208 ◦ blue 44

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

Shades of Kelly Green #52D02C

Tints of Kelly Green #52D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.28%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 24.55%
G = 62.28%
B = 13.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#52D02C (or 0x52D02C) is known color: Kelly Green. HEX triplet: 52, D0 and 2C. RGB value is (82,208,44). Sum of RGB (Red+Green+Blue) = 82+208+44=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #52D02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D02C is #AD2FD3. Grayscale: #989898. Windows color (decimal): -11349972 or 2936914. OLE color: 2936914.

HSL color Cylindrical-coordinate representation of color #52D02C: hue angle of 106.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52D02C is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 44 -
CMYK 0.61 0 0.79 0.18
HSL 106.1º 0.65% 0.49% -
HSV(B) 106.1º 0.79% 0.82% -
XYZ 26.49 47.09 10.08 -
YUV 151.63 67.26 78.34 -
System Red Green Blue C M Y K H S L
Decimal 82 208 44 0.61 0 0.79 0.18 106.1 0.65 0.49
Hex 52 D0 2C 3D 0 4F 12 6A 41 31
Octal 122 320 54 75 0 117 22 152 101 61
Binary 1010010 11010000 101100 111101 0 1001111 10010 1101010 1000001 110001

Color Harmonies of #52D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D02C

Black with #52D02C

Text Example


Text Example

White with #52D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,44); }

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

background-color css

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

 a { background-color: rgb(82,208,44); }

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

border-color css

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

 span { border-color: rgb(82,208,44); }

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