Html Css Color HEX #52CC12 Kelly Green

📋 copy color: '#52CC12'

red 82 ◦ green 204 ◦ blue 18

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

Shades of Kelly Green #52CC12

Tints of Kelly Green #52CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 67.11%

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

R = 26.97%
G = 67.11%
B = 5.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#52CC12 (or 0x52CC12) is known color: Kelly Green. HEX triplet: 52, CC and 12. RGB value is (82,204,18). Sum of RGB (Red+Green+Blue) = 82+204+18=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 204 (80.08% from 255 or 67.11% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CC12 is #AD33ED. Grayscale: #929292. Windows color (decimal): -11351022 or 1231954. OLE color: 1231954.

HSL color Cylindrical-coordinate representation of color #52CC12: hue angle of 99.35º 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 #52CC12 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 18 -
CMYK 0.60 0 0.91 0.2
HSL 99.35º 0.84% 0.44% -
HSV(B) 99.35º 0.91% 0.8% -
XYZ 25.18 45.02 7.94 -
YUV 146.32 55.58 82.12 -
System Red Green Blue C M Y K H S L
Decimal 82 204 18 0.60 0 0.91 0.2 99.35 0.84 0.44
Hex 52 CC 12 3C 0 5B 14 63 54 2C
Octal 122 314 22 74 0 133 24 143 124 54
Binary 1010010 11001100 10010 111100 0 1011011 10100 1100011 1010100 101100

Color Harmonies of #52CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC12

Black with #52CC12

Text Example


Text Example

White with #52CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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