Html Css Color HEX #52D203 Kelly Green

📋 copy color: '#52D203'

red 82 ◦ green 210 ◦ blue 3

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

Shades of Kelly Green #52D203

Tints of Kelly Green #52D203

RGB

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

 GREEN value IS 210 (82.42% from 255) = 71.19%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 27.8%
G = 71.19%
B = 1.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#52D203 (or 0x52D203) is known color: Kelly Green. HEX triplet: 52, D2 and 03. RGB value is (82,210,3). Sum of RGB (Red+Green+Blue) = 82+210+3=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #52D203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D203 is #AD2DFC. Grayscale: #949494. Windows color (decimal): -11349501 or 250450. OLE color: 250450.

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

Color convert

RGB 82 210 3 -
CMYK 0.61 0 0.99 0.18
HSL 97.1º 0.97% 0.42% -
HSV(B) 97.1º 0.99% 0.82% -
XYZ 26.54 47.89 7.93 -
YUV 148.13 46.09 80.83 -
System Red Green Blue C M Y K H S L
Decimal 82 210 3 0.61 0 0.99 0.18 97.1 0.97 0.42
Hex 52 D2 3 3D 0 63 12 61 61 2A
Octal 122 322 3 75 0 143 22 141 141 52
Binary 1010010 11010010 11 111101 0 1100011 10010 1100001 1100001 101010

Color Harmonies of #52D203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D203

Black with #52D203

Text Example


Text Example

White with #52D203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,3); }

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

background-color css

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

 a { background-color: rgb(82,210,3); }

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

border-color css

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

 span { border-color: rgb(82,210,3); }

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