Html Css Color HEX #52CA09 Kelly Green

📋 copy color: '#52CA09'

red 82 ◦ green 202 ◦ blue 9

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

Shades of Kelly Green #52CA09

Tints of Kelly Green #52CA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 68.94%

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

R = 27.99%
G = 68.94%
B = 3.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#52CA09 (or 0x52CA09) is known color: Kelly Green. HEX triplet: 52, CA and 09. RGB value is (82,202,9). Sum of RGB (Red+Green+Blue) = 82+202+9=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CA09 is #AD35F6. Grayscale: #909090. Windows color (decimal): -11351543 or 641618. OLE color: 641618.

HSL color Cylindrical-coordinate representation of color #52CA09: hue angle of 97.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52CA09 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 9 -
CMYK 0.59 0 0.96 0.21
HSL 97.31º 0.91% 0.41% -
HSV(B) 97.31º 0.96% 0.79% -
XYZ 24.65 44.05 7.46 -
YUV 144.12 51.74 83.69 -
System Red Green Blue C M Y K H S L
Decimal 82 202 9 0.59 0 0.96 0.21 97.31 0.91 0.41
Hex 52 CA 9 3B 0 60 15 61 5B 29
Octal 122 312 11 73 0 140 25 141 133 51
Binary 1010010 11001010 1001 111011 0 1100000 10101 1100001 1011011 101001

Color Harmonies of #52CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA09

Black with #52CA09

Text Example


Text Example

White with #52CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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