Html Css Color HEX #52DB26 Kelly Green

📋 copy color: '#52DB26'

red 82 ◦ green 219 ◦ blue 38

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

Shades of Kelly Green #52DB26

Tints of Kelly Green #52DB26

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.6%

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

R = 24.19%
G = 64.6%
B = 11.21%

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

#52DB26 (or 0x52DB26) is known color: Kelly Green. HEX triplet: 52, DB and 26. RGB value is (82,219,38). Sum of RGB (Red+Green+Blue) = 82+219+38=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB26 is #AD24D9. Grayscale: #9D9D9D. Windows color (decimal): -11347162 or 2546514. OLE color: 2546514.

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

Color convert

RGB 82 219 38 -
CMYK 0.63 0 0.83 0.14
HSL 105.41º 0.72% 0.5% -
HSV(B) 105.41º 0.83% 0.86% -
XYZ 29.16 52.6 10.45 -
YUV 157.4 60.61 74.22 -
System Red Green Blue C M Y K H S L
Decimal 82 219 38 0.63 0 0.83 0.14 105.41 0.72 0.5
Hex 52 DB 26 3F 0 53 E 69 48 32
Octal 122 333 46 77 0 123 16 151 110 62
Binary 1010010 11011011 100110 111111 0 1010011 1110 1101001 1001000 110010

Color Harmonies of #52DB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB26

Black with #52DB26

Text Example


Text Example

White with #52DB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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