Html Css Color HEX #52DA28 Kelly Green

📋 copy color: '#52DA28'

red 82 ◦ green 218 ◦ blue 40

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

Shades of Kelly Green #52DA28

Tints of Kelly Green #52DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.12%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 24.12%
G = 64.12%
B = 11.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#52DA28 (or 0x52DA28) is known color: Kelly Green. HEX triplet: 52, DA and 28. RGB value is (82,218,40). Sum of RGB (Red+Green+Blue) = 82+218+40=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DA28 is #AD25D7. Grayscale: #9D9D9D. Windows color (decimal): -11347416 or 2677330. OLE color: 2677330.

HSL color Cylindrical-coordinate representation of color #52DA28: hue angle of 105.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52DA28 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 40 -
CMYK 0.62 0 0.82 0.15
HSL 105.84º 0.71% 0.51% -
HSV(B) 105.84º 0.82% 0.85% -
XYZ 28.93 52.09 10.54 -
YUV 157.04 61.94 74.47 -
System Red Green Blue C M Y K H S L
Decimal 82 218 40 0.62 0 0.82 0.15 105.84 0.71 0.51
Hex 52 DA 28 3E 0 52 F 6A 47 33
Octal 122 332 50 76 0 122 17 152 107 63
Binary 1010010 11011010 101000 111110 0 1010010 1111 1101010 1000111 110011

Color Harmonies of #52DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA28

Black with #52DA28

Text Example


Text Example

White with #52DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,218,40); }

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

background-color css

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

 a { background-color: rgb(82,218,40); }

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

border-color css

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

 span { border-color: rgb(82,218,40); }

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