Html Css Color HEX #52D613 Kelly Green

📋 copy color: '#52D613'

red 82 ◦ green 214 ◦ blue 19

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

Shades of Kelly Green #52D613

Tints of Kelly Green #52D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.94%

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

R = 26.03%
G = 67.94%
B = 6.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#52D613 (or 0x52D613) is known color: Kelly Green. HEX triplet: 52, D6 and 13. RGB value is (82,214,19). Sum of RGB (Red+Green+Blue) = 82+214+19=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #52D613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D613 is #AD29EC. Grayscale: #989898. Windows color (decimal): -11348461 or 1300050. OLE color: 1300050.

HSL color Cylindrical-coordinate representation of color #52D613: hue angle of 100.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52D613 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 19 -
CMYK 0.62 0 0.91 0.16
HSL 100.62º 0.84% 0.46% -
HSV(B) 100.62º 0.91% 0.84% -
XYZ 27.64 49.93 8.8 -
YUV 152.3 52.77 77.86 -
System Red Green Blue C M Y K H S L
Decimal 82 214 19 0.62 0 0.91 0.16 100.62 0.84 0.46
Hex 52 D6 13 3E 0 5B 10 65 54 2E
Octal 122 326 23 76 0 133 20 145 124 56
Binary 1010010 11010110 10011 111110 0 1011011 10000 1100101 1010100 101110

Color Harmonies of #52D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D613

Black with #52D613

Text Example


Text Example

White with #52D613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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