Html Css Color HEX #52DA09 Kelly Green

📋 copy color: '#52DA09'

red 82 ◦ green 218 ◦ blue 9

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

Shades of Kelly Green #52DA09

Tints of Kelly Green #52DA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 26.54%
G = 70.55%
B = 2.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#52DA09 (or 0x52DA09) is known color: Kelly Green. HEX triplet: 52, DA and 09. RGB value is (82,218,9). Sum of RGB (Red+Green+Blue) = 82+218+9=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA09 is #AD25F6. Grayscale: #9A9A9A. Windows color (decimal): -11347447 or 645714. OLE color: 645714.

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

Color convert

RGB 82 218 9 -
CMYK 0.62 0 0.96 0.15
HSL 99.04º 0.92% 0.45% -
HSV(B) 99.04º 0.96% 0.85% -
XYZ 28.6 51.96 8.78 -
YUV 153.51 46.44 76.99 -
System Red Green Blue C M Y K H S L
Decimal 82 218 9 0.62 0 0.96 0.15 99.04 0.92 0.45
Hex 52 DA 9 3E 0 60 F 63 5C 2D
Octal 122 332 11 76 0 140 17 143 134 55
Binary 1010010 11011010 1001 111110 0 1100000 1111 1100011 1011100 101101

Color Harmonies of #52DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA09

Black with #52DA09

Text Example


Text Example

White with #52DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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