Html Css Color HEX #46C001 Kelly Green

📋 copy color: '#46C001'

red 70 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #46C001

Tints of Kelly Green #46C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 26.62%
G = 73%
B = 0.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#46C001 (or 0x46C001) is known color: Kelly Green. HEX triplet: 46, C0 and 01. RGB value is (70,192,1). Sum of RGB (Red+Green+Blue) = 70+192+1=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #46C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C001 is #B93FFE. Grayscale: #868686. Windows color (decimal): -12140543 or 114758. OLE color: 114758.

HSL color Cylindrical-coordinate representation of color #46C001: hue angle of 98.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46C001 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 192 1 -
CMYK 0.64 0 0.99 0.25
HSL 98.32º 0.99% 0.38% -
HSV(B) 98.32º 0.99% 0.75% -
XYZ 21.38 39 6.43 -
YUV 133.75 53.08 82.53 -
System Red Green Blue C M Y K H S L
Decimal 70 192 1 0.64 0 0.99 0.25 98.32 0.99 0.38
Hex 46 C0 1 40 0 63 19 62 63 26
Octal 106 300 1 100 0 143 31 142 143 46
Binary 1000110 11000000 1 1000000 0 1100011 11001 1100010 1100011 100110

Color Harmonies of #46C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C001

Black with #46C001

Text Example


Text Example

White with #46C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,1); }

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

background-color css

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

 a { background-color: rgb(70,192,1); }

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

border-color css

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

 span { border-color: rgb(70,192,1); }

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