Html Css Color HEX #52B603 Kelly Green

📋 copy color: '#52B603'

red 82 ◦ green 182 ◦ blue 3

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

Shades of Kelly Green #52B603

Tints of Kelly Green #52B603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.16%

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

R = 30.71%
G = 68.16%
B = 1.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#52B603 (or 0x52B603) is known color: Kelly Green. HEX triplet: 52, B6 and 03. RGB value is (82,182,3). Sum of RGB (Red+Green+Blue) = 82+182+3=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #52B603 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B603 is #AD49FC. Grayscale: #848484. Windows color (decimal): -11356669 or 243282. OLE color: 243282.

HSL color Cylindrical-coordinate representation of color #52B603: hue angle of 93.52º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52B603 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 3 -
CMYK 0.55 0 0.98 0.29
HSL 93.52º 0.97% 0.36% -
HSV(B) 93.52º 0.98% 0.71% -
XYZ 20.22 35.26 5.83 -
YUV 131.69 55.37 92.55 -
System Red Green Blue C M Y K H S L
Decimal 82 182 3 0.55 0 0.98 0.29 93.52 0.97 0.36
Hex 52 B6 3 37 0 62 1D 5E 61 24
Octal 122 266 3 67 0 142 35 136 141 44
Binary 1010010 10110110 11 110111 0 1100010 11101 1011110 1100001 100100

Color Harmonies of #52B603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B603

Black with #52B603

Text Example


Text Example

White with #52B603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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