Html Css Color HEX #52D022 Kelly Green

📋 copy color: '#52D022'

red 82 ◦ green 208 ◦ blue 34

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

Shades of Kelly Green #52D022

Tints of Kelly Green #52D022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.49%

R = 25.31%
G = 64.2%
B = 10.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#52D022 (or 0x52D022) is known color: Kelly Green. HEX triplet: 52, D0 and 22. RGB value is (82,208,34). Sum of RGB (Red+Green+Blue) = 82+208+34=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #52D022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D022 is #AD2FDD. Grayscale: #979797. Windows color (decimal): -11349982 or 2281554. OLE color: 2281554.

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

Color convert

RGB 82 208 34 -
CMYK 0.61 0 0.84 0.18
HSL 103.45º 0.72% 0.47% -
HSV(B) 103.45º 0.84% 0.82% -
XYZ 26.32 47.02 9.2 -
YUV 150.49 62.26 79.15 -
System Red Green Blue C M Y K H S L
Decimal 82 208 34 0.61 0 0.84 0.18 103.45 0.72 0.47
Hex 52 D0 22 3D 0 54 12 67 48 2F
Octal 122 320 42 75 0 124 22 147 110 57
Binary 1010010 11010000 100010 111101 0 1010100 10010 1100111 1001000 101111

Color Harmonies of #52D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D022

Black with #52D022

Text Example


Text Example

White with #52D022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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