Html Css Color HEX #52CD12 Kelly Green

📋 copy color: '#52CD12'

red 82 ◦ green 205 ◦ blue 18

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

Shades of Kelly Green #52CD12

Tints of Kelly Green #52CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 67.21%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 26.89%
G = 67.21%
B = 5.9%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#52CD12 (or 0x52CD12) is known color: Kelly Green. HEX triplet: 52, CD and 12. RGB value is (82,205,18). Sum of RGB (Red+Green+Blue) = 82+205+18=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CD12 is #AD32ED. Grayscale: #939393. Windows color (decimal): -11350766 or 1232210. OLE color: 1232210.

HSL color Cylindrical-coordinate representation of color #52CD12: hue angle of 99.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52CD12 is Cyan = 0.6, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 18 -
CMYK 0.6 0 0.91 0.20
HSL 99.47º 0.84% 0.44% -
HSV(B) 99.47º 0.91% 0.8% -
XYZ 25.42 45.5 8.01 -
YUV 146.91 55.25 81.71 -
System Red Green Blue C M Y K H S L
Decimal 82 205 18 0.6 0 0.91 0.20 99.47 0.84 0.44
Hex 52 CD 12 3C 0 5B 14 63 54 2C
Octal 122 315 22 74 0 133 24 143 124 54
Binary 1010010 11001101 10010 111100 0 1011011 10100 1100011 1010100 101100

Color Harmonies of #52CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD12

Black with #52CD12

Text Example


Text Example

White with #52CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,18); }

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

background-color css

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

 a { background-color: rgb(82,205,18); }

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

border-color css

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

 span { border-color: rgb(82,205,18); }

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