Html Css Color HEX #52B613 Kelly Green

📋 copy color: '#52B613'

red 82 ◦ green 182 ◦ blue 19

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

Shades of Kelly Green #52B613

Tints of Kelly Green #52B613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 28.98%
G = 64.31%
B = 6.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#52B613 (or 0x52B613) is known color: Kelly Green. HEX triplet: 52, B6 and 13. RGB value is (82,182,19). Sum of RGB (Red+Green+Blue) = 82+182+19=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #52B613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B613 is #AD49EC. Grayscale: #868686. Windows color (decimal): -11356653 or 1291858. OLE color: 1291858.

HSL color Cylindrical-coordinate representation of color #52B613: hue angle of 96.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52B613 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 19 -
CMYK 0.55 0 0.90 0.29
HSL 96.81º 0.81% 0.39% -
HSV(B) 96.81º 0.9% 0.71% -
XYZ 20.33 35.3 6.36 -
YUV 133.52 63.37 91.25 -
System Red Green Blue C M Y K H S L
Decimal 82 182 19 0.55 0 0.90 0.29 96.81 0.81 0.39
Hex 52 B6 13 37 0 5A 1D 61 51 27
Octal 122 266 23 67 0 132 35 141 121 47
Binary 1010010 10110110 10011 110111 0 1011010 11101 1100001 1010001 100111

Color Harmonies of #52B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B613

Black with #52B613

Text Example


Text Example

White with #52B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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