Html Css Color HEX #52AB03 Kelly Green

📋 copy color: '#52AB03'

red 82 ◦ green 171 ◦ blue 3

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

Shades of Kelly Green #52AB03

Tints of Kelly Green #52AB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 66.8%

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

R = 32.03%
G = 66.8%
B = 1.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#52AB03 (or 0x52AB03) is known color: Kelly Green. HEX triplet: 52, AB and 03. RGB value is (82,171,3). Sum of RGB (Red+Green+Blue) = 82+171+3=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB03 is #AD54FC. Grayscale: #7D7D7D. Windows color (decimal): -11359485 or 240466. OLE color: 240466.

HSL color Cylindrical-coordinate representation of color #52AB03: hue angle of 91.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52AB03 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 3 -
CMYK 0.52 0 0.98 0.33
HSL 91.79º 0.97% 0.34% -
HSV(B) 91.79º 0.98% 0.67% -
XYZ 18.06 30.93 5.1 -
YUV 125.24 59.01 97.16 -
System Red Green Blue C M Y K H S L
Decimal 82 171 3 0.52 0 0.98 0.33 91.79 0.97 0.34
Hex 52 AB 3 34 0 62 21 5C 61 22
Octal 122 253 3 64 0 142 41 134 141 42
Binary 1010010 10101011 11 110100 0 1100010 100001 1011100 1100001 100010

Color Harmonies of #52AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB03

Black with #52AB03

Text Example


Text Example

White with #52AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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