Html Css Color HEX #52D003 Kelly Green

📋 copy color: '#52D003'

red 82 ◦ green 208 ◦ blue 3

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

Shades of Kelly Green #52D003

Tints of Kelly Green #52D003

RGB

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

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

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

R = 27.99%
G = 70.99%
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

#52D003 (or 0x52D003) is known color: Kelly Green. HEX triplet: 52, D0 and 03. RGB value is (82,208,3). Sum of RGB (Red+Green+Blue) = 82+208+3=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #52D003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D003 is #AD2FFC. Grayscale: #939393. Windows color (decimal): -11350013 or 249938. OLE color: 249938.

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

Color convert

RGB 82 208 3 -
CMYK 0.61 0 0.99 0.18
HSL 96.88º 0.97% 0.41% -
HSV(B) 96.88º 0.99% 0.82% -
XYZ 26.05 46.91 7.77 -
YUV 146.96 46.76 81.67 -
System Red Green Blue C M Y K H S L
Decimal 82 208 3 0.61 0 0.99 0.18 96.88 0.97 0.41
Hex 52 D0 3 3D 0 63 12 61 61 29
Octal 122 320 3 75 0 143 22 141 141 51
Binary 1010010 11010000 11 111101 0 1100011 10010 1100001 1100001 101001

Color Harmonies of #52D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D003

Black with #52D003

Text Example


Text Example

White with #52D003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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