Html Css Color HEX #52DC14 Kelly Green

📋 copy color: '#52DC14'

red 82 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #52DC14

Tints of Kelly Green #52DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.32%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 25.47%
G = 68.32%
B = 6.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#52DC14 (or 0x52DC14) is known color: Kelly Green. HEX triplet: 52, DC and 14. RGB value is (82,220,20). Sum of RGB (Red+Green+Blue) = 82+220+20=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DC14 is #AD23EB. Grayscale: #9C9C9C. Windows color (decimal): -11346924 or 1367122. OLE color: 1367122.

HSL color Cylindrical-coordinate representation of color #52DC14: hue angle of 101.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52DC14 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 20 -
CMYK 0.63 0 0.91 0.14
HSL 101.4º 0.83% 0.47% -
HSV(B) 101.4º 0.91% 0.86% -
XYZ 29.2 53.03 9.36 -
YUV 155.94 51.28 75.26 -
System Red Green Blue C M Y K H S L
Decimal 82 220 20 0.63 0 0.91 0.14 101.4 0.83 0.47
Hex 52 DC 14 3F 0 5B E 65 53 2F
Octal 122 334 24 77 0 133 16 145 123 57
Binary 1010010 11011100 10100 111111 0 1011011 1110 1100101 1010011 101111

Color Harmonies of #52DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC14

Black with #52DC14

Text Example


Text Example

White with #52DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,20); }

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

background-color css

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

 a { background-color: rgb(82,220,20); }

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

border-color css

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

 span { border-color: rgb(82,220,20); }

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