Html Css Color HEX #46DD0F Kelly Green

📋 copy color: '#46DD0F'

red 70 ◦ green 221 ◦ blue 15

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

Shades of Kelly Green #46DD0F

Tints of Kelly Green #46DD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 22.88%
G = 72.22%
B = 4.9%

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

#46DD0F (or 0x46DD0F) is known color: Kelly Green. HEX triplet: 46, DD and 0F. RGB value is (70,221,15). Sum of RGB (Red+Green+Blue) = 70+221+15=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD0F is #B922F0. Grayscale: #999999. Windows color (decimal): -12133105 or 1039686. OLE color: 1039686.

HSL color Cylindrical-coordinate representation of color #46DD0F: hue angle of 103.98º degrees, saturation: 0.87, 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 #46DD0F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 15 -
CMYK 0.68 0 0.93 0.13
HSL 103.98º 0.87% 0.46% -
HSV(B) 103.98º 0.93% 0.87% -
XYZ 28.47 53.05 9.19 -
YUV 152.37 50.47 69.25 -
System Red Green Blue C M Y K H S L
Decimal 70 221 15 0.68 0 0.93 0.13 103.98 0.87 0.46
Hex 46 DD F 44 0 5D D 68 57 2E
Octal 106 335 17 104 0 135 15 150 127 56
Binary 1000110 11011101 1111 1000100 0 1011101 1101 1101000 1010111 101110

Color Harmonies of #46DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD0F

Black with #46DD0F

Text Example


Text Example

White with #46DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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