Html Css Color HEX #52B602 Kelly Green

📋 copy color: '#52B602'

red 82 ◦ green 182 ◦ blue 2

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

Shades of Kelly Green #52B602

Tints of Kelly Green #52B602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 30.83%
G = 68.42%
B = 0.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#52B602 (or 0x52B602) is known color: Kelly Green. HEX triplet: 52, B6 and 02. RGB value is (82,182,2). Sum of RGB (Red+Green+Blue) = 82+182+2=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #52B602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B602 is #AD49FD. Grayscale: #848484. Windows color (decimal): -11356670 or 177746. OLE color: 177746.

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

Color convert

RGB 82 182 2 -
CMYK 0.55 0 0.99 0.29
HSL 93.33º 0.98% 0.36% -
HSV(B) 93.33º 0.99% 0.71% -
XYZ 20.22 35.25 5.8 -
YUV 131.58 54.87 92.64 -
System Red Green Blue C M Y K H S L
Decimal 82 182 2 0.55 0 0.99 0.29 93.33 0.98 0.36
Hex 52 B6 2 37 0 63 1D 5D 62 24
Octal 122 266 2 67 0 143 35 135 142 44
Binary 1010010 10110110 10 110111 0 1100011 11101 1011101 1100010 100100

Color Harmonies of #52B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B602

Black with #52B602

Text Example


Text Example

White with #52B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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