Html Css Color HEX #52BB00 Kelly Green

📋 copy color: '#52BB00'

red 82 ◦ green 187 ◦ blue 0

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

Shades of Kelly Green #52BB00

Tints of Kelly Green #52BB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 69.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.48%
G = 69.52%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#52BB00 (or 0x52BB00) is known color: Kelly Green. HEX triplet: 52, BB and 00. RGB value is (82,187,0). Sum of RGB (Red+Green+Blue) = 82+187+0=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 187 (73.44% from 255 or 69.52% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BB00 is #AD44FF. Grayscale: #868686. Windows color (decimal): -11355392 or 47954. OLE color: 47954.

HSL color Cylindrical-coordinate representation of color #52BB00: hue angle of 93.69º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52BB00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 0 -
CMYK 0.56 0 1 0.27
HSL 93.69º 1% 0.37% -
HSV(B) 93.69º 1% 0.73% -
XYZ 21.25 37.33 6.09 -
YUV 134.29 52.21 90.71 -
System Red Green Blue C M Y K H S L
Decimal 82 187 0 0.56 0 1 0.27 93.69 1 0.37
Hex 52 BB 0 38 0 64 1B 5E 64 25
Octal 122 273 0 70 0 144 33 136 144 45
Binary 1010010 10111011 0 111000 0 1100100 11011 1011110 1100100 100101

Color Harmonies of #52BB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB00

Black with #52BB00

Text Example


Text Example

White with #52BB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,0); }

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

background-color css

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

 a { background-color: rgb(82,187,0); }

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

border-color css

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

 span { border-color: rgb(82,187,0); }

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