Html Css Color HEX #52DC26 Kelly Green

📋 copy color: '#52DC26'

red 82 ◦ green 220 ◦ blue 38

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

Shades of Kelly Green #52DC26

Tints of Kelly Green #52DC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 24.12%
G = 64.71%
B = 11.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#52DC26 (or 0x52DC26) is known color: Kelly Green. HEX triplet: 52, DC and 26. RGB value is (82,220,38). Sum of RGB (Red+Green+Blue) = 82+220+38=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC26 is #AD23D9. Grayscale: #9E9E9E. Windows color (decimal): -11346906 or 2546770. OLE color: 2546770.

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

Color convert

RGB 82 220 38 -
CMYK 0.63 0 0.83 0.14
HSL 105.49º 0.72% 0.51% -
HSV(B) 105.49º 0.83% 0.86% -
XYZ 29.42 53.12 10.54 -
YUV 157.99 60.28 73.8 -
System Red Green Blue C M Y K H S L
Decimal 82 220 38 0.63 0 0.83 0.14 105.49 0.72 0.51
Hex 52 DC 26 3F 0 53 E 69 48 33
Octal 122 334 46 77 0 123 16 151 110 63
Binary 1010010 11011100 100110 111111 0 1010011 1110 1101001 1001000 110011

Color Harmonies of #52DC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC26

Black with #52DC26

Text Example


Text Example

White with #52DC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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