Html Css Color HEX #52B305 Kelly Green

📋 copy color: '#52B305'

red 82 ◦ green 179 ◦ blue 5

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

Shades of Kelly Green #52B305

Tints of Kelly Green #52B305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.29%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 30.83%
G = 67.29%
B = 1.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#52B305 (or 0x52B305) is known color: Kelly Green. HEX triplet: 52, B3 and 05. RGB value is (82,179,5). Sum of RGB (Red+Green+Blue) = 82+179+5=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #52B305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B305 is #AD4CFA. Grayscale: #828282. Windows color (decimal): -11357435 or 373586. OLE color: 373586.

HSL color Cylindrical-coordinate representation of color #52B305: hue angle of 93.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52B305 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 5 -
CMYK 0.54 0 0.97 0.30
HSL 93.45º 0.95% 0.36% -
HSV(B) 93.45º 0.97% 0.7% -
XYZ 19.63 34.05 5.68 -
YUV 130.16 57.36 93.65 -
System Red Green Blue C M Y K H S L
Decimal 82 179 5 0.54 0 0.97 0.30 93.45 0.95 0.36
Hex 52 B3 5 36 0 61 1E 5D 5F 24
Octal 122 263 5 66 0 141 36 135 137 44
Binary 1010010 10110011 101 110110 0 1100001 11110 1011101 1011111 100100

Color Harmonies of #52B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B305

Black with #52B305

Text Example


Text Example

White with #52B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,179,5); }

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

background-color css

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

 a { background-color: rgb(82,179,5); }

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

border-color css

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

 span { border-color: rgb(82,179,5); }

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