Html Css Color HEX #52BA02 Kelly Green

📋 copy color: '#52BA02'

red 82 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #52BA02

Tints of Kelly Green #52BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.89%

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

R = 30.37%
G = 68.89%
B = 0.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#52BA02 (or 0x52BA02) is known color: Kelly Green. HEX triplet: 52, BA and 02. RGB value is (82,186,2). Sum of RGB (Red+Green+Blue) = 82+186+2=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BA02 is #AD45FD. Grayscale: #868686. Windows color (decimal): -11355646 or 178770. OLE color: 178770.

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

Color convert

RGB 82 186 2 -
CMYK 0.56 0 0.99 0.27
HSL 93.91º 0.98% 0.37% -
HSV(B) 93.91º 0.99% 0.73% -
XYZ 21.05 36.92 6.07 -
YUV 133.93 53.54 90.96 -
System Red Green Blue C M Y K H S L
Decimal 82 186 2 0.56 0 0.99 0.27 93.91 0.98 0.37
Hex 52 BA 2 38 0 63 1B 5E 62 25
Octal 122 272 2 70 0 143 33 136 142 45
Binary 1010010 10111010 10 111000 0 1100011 11011 1011110 1100010 100101

Color Harmonies of #52BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA02

Black with #52BA02

Text Example


Text Example

White with #52BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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