Html Css Color HEX #46D512 Kelly Green

📋 copy color: '#46D512'

red 70 ◦ green 213 ◦ blue 18

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

Shades of Kelly Green #46D512

Tints of Kelly Green #46D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.76%

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

R = 23.26%
G = 70.76%
B = 5.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#46D512 (or 0x46D512) is known color: Kelly Green. HEX triplet: 46, D5 and 12. RGB value is (70,213,18). Sum of RGB (Red+Green+Blue) = 70+213+18=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #46D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D512 is #B92AED. Grayscale: #949494. Windows color (decimal): -12135150 or 1234246. OLE color: 1234246.

HSL color Cylindrical-coordinate representation of color #46D512: hue angle of 104º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46D512 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 213 18 -
CMYK 0.67 0 0.92 0.16
HSL 104º 0.84% 0.45% -
HSV(B) 104º 0.92% 0.84% -
XYZ 26.43 48.93 8.62 -
YUV 148.01 54.62 72.36 -
System Red Green Blue C M Y K H S L
Decimal 70 213 18 0.67 0 0.92 0.16 104 0.84 0.45
Hex 46 D5 12 43 0 5C 10 68 54 2D
Octal 106 325 22 103 0 134 20 150 124 55
Binary 1000110 11010101 10010 1000011 0 1011100 10000 1101000 1010100 101101

Color Harmonies of #46D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D512

Black with #46D512

Text Example


Text Example

White with #46D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,213,18); }

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

background-color css

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

 a { background-color: rgb(70,213,18); }

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

border-color css

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

 span { border-color: rgb(70,213,18); }

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