Html Css Color HEX #52B413 Kelly Green

📋 copy color: '#52B413'

red 82 ◦ green 180 ◦ blue 19

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

Shades of Kelly Green #52B413

Tints of Kelly Green #52B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 64.06%

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

R = 29.18%
G = 64.06%
B = 6.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#52B413 (or 0x52B413) is known color: Kelly Green. HEX triplet: 52, B4 and 13. RGB value is (82,180,19). Sum of RGB (Red+Green+Blue) = 82+180+19=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #52B413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B413 is #AD4BEC. Grayscale: #848484. Windows color (decimal): -11357165 or 1291346. OLE color: 1291346.

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

Color convert

RGB 82 180 19 -
CMYK 0.54 0 0.89 0.29
HSL 96.52º 0.81% 0.39% -
HSV(B) 96.52º 0.89% 0.71% -
XYZ 19.92 34.48 6.22 -
YUV 132.34 64.03 92.09 -
System Red Green Blue C M Y K H S L
Decimal 82 180 19 0.54 0 0.89 0.29 96.52 0.81 0.39
Hex 52 B4 13 36 0 59 1D 61 51 27
Octal 122 264 23 66 0 131 35 141 121 47
Binary 1010010 10110100 10011 110110 0 1011001 11101 1100001 1010001 100111

Color Harmonies of #52B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B413

Black with #52B413

Text Example


Text Example

White with #52B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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