Html Css Color HEX #46DD10 Kelly Green

📋 copy color: '#46DD10'

red 70 ◦ green 221 ◦ blue 16

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

Shades of Kelly Green #46DD10

Tints of Kelly Green #46DD10

RGB

 RED value IS 70 (27.73% from 255) = 22.8%

 GREEN value IS 221 (86.72% from 255) = 71.99%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 22.8%
G = 71.99%
B = 5.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#46DD10 (or 0x46DD10) is known color: Kelly Green. HEX triplet: 46, DD and 10. RGB value is (70,221,16). Sum of RGB (Red+Green+Blue) = 70+221+16=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD10 is #B922EF. Grayscale: #999999. Windows color (decimal): -12133104 or 1105222. OLE color: 1105222.

HSL color Cylindrical-coordinate representation of color #46DD10: hue angle of 104.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46DD10 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 16 -
CMYK 0.68 0 0.93 0.13
HSL 104.2º 0.86% 0.46% -
HSV(B) 104.2º 0.93% 0.87% -
XYZ 28.48 53.05 9.23 -
YUV 152.48 50.97 69.17 -
System Red Green Blue C M Y K H S L
Decimal 70 221 16 0.68 0 0.93 0.13 104.2 0.86 0.46
Hex 46 DD 10 44 0 5D D 68 56 2E
Octal 106 335 20 104 0 135 15 150 126 56
Binary 1000110 11011101 10000 1000100 0 1011101 1101 1101000 1010110 101110

Color Harmonies of #46DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD10

Black with #46DD10

Text Example


Text Example

White with #46DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46DD10; }

 p { color: rgb(70,221,16); }

 H1.HeaderClassName
 {
   color: #46DD10;
 }
 .AnyTagClassName
 {
   color: #46DD10;
 }
</style>

background-color css

<style>
 a { background-color: #46DD10; }

 a { background-color: rgb(70,221,16); }

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

border-color css

<style>
 span { border-color: #46DD10; }

 span { border-color: rgb(70,221,16); }

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