Html Css Color HEX #52B113 Kelly Green

📋 copy color: '#52B113'

red 82 ◦ green 177 ◦ blue 19

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

Shades of Kelly Green #52B113

Tints of Kelly Green #52B113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.67%

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

R = 29.5%
G = 63.67%
B = 6.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#52B113 (or 0x52B113) is known color: Kelly Green. HEX triplet: 52, B1 and 13. RGB value is (82,177,19). Sum of RGB (Red+Green+Blue) = 82+177+19=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #52B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B113 is #AD4EEC. Grayscale: #838383. Windows color (decimal): -11357933 or 1290578. OLE color: 1290578.

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

Color convert

RGB 82 177 19 -
CMYK 0.54 0 0.89 0.31
HSL 96.08º 0.81% 0.38% -
HSV(B) 96.08º 0.89% 0.69% -
XYZ 19.32 33.29 6.02 -
YUV 130.58 65.03 93.35 -
System Red Green Blue C M Y K H S L
Decimal 82 177 19 0.54 0 0.89 0.31 96.08 0.81 0.38
Hex 52 B1 13 36 0 59 1F 60 51 26
Octal 122 261 23 66 0 131 37 140 121 46
Binary 1010010 10110001 10011 110110 0 1011001 11111 1100000 1010001 100110

Color Harmonies of #52B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B113

Black with #52B113

Text Example


Text Example

White with #52B113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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