Html Css Color HEX #52D30C Kelly Green

📋 copy color: '#52D30C'

red 82 ◦ green 211 ◦ blue 12

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

Shades of Kelly Green #52D30C

Tints of Kelly Green #52D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 69.18%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 26.89%
G = 69.18%
B = 3.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#52D30C (or 0x52D30C) is known color: Kelly Green. HEX triplet: 52, D3 and 0C. RGB value is (82,211,12). Sum of RGB (Red+Green+Blue) = 82+211+12=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 211 (82.81% from 255 or 69.18% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 211 - color contains mainly: green. Hex color #52D30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D30C is #AD2CF3. Grayscale: #969696. Windows color (decimal): -11349236 or 840530. OLE color: 840530.

HSL color Cylindrical-coordinate representation of color #52D30C: hue angle of 98.89º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52D30C is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 12 -
CMYK 0.61 0 0.94 0.17
HSL 98.89º 0.89% 0.44% -
HSV(B) 98.89º 0.94% 0.83% -
XYZ 26.84 48.41 8.28 -
YUV 149.74 50.26 79.68 -
System Red Green Blue C M Y K H S L
Decimal 82 211 12 0.61 0 0.94 0.17 98.89 0.89 0.44
Hex 52 D3 C 3D 0 5E 11 63 59 2C
Octal 122 323 14 75 0 136 21 143 131 54
Binary 1010010 11010011 1100 111101 0 1011110 10001 1100011 1011001 101100

Color Harmonies of #52D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D30C

Black with #52D30C

Text Example


Text Example

White with #52D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,211,12); }

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

background-color css

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

 a { background-color: rgb(82,211,12); }

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

border-color css

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

 span { border-color: rgb(82,211,12); }

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