Html Css Color HEX #46C008 Kelly Green

📋 copy color: '#46C008'

red 70 ◦ green 192 ◦ blue 8

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

Shades of Kelly Green #46C008

Tints of Kelly Green #46C008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 25.93%
G = 71.11%
B = 2.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#46C008 (or 0x46C008) is known color: Kelly Green. HEX triplet: 46, C0 and 08. RGB value is (70,192,8). Sum of RGB (Red+Green+Blue) = 70+192+8=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #46C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C008 is #B93FF7. Grayscale: #878787. Windows color (decimal): -12140536 or 573510. OLE color: 573510.

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

Color convert

RGB 70 192 8 -
CMYK 0.64 0 0.96 0.25
HSL 99.78º 0.92% 0.39% -
HSV(B) 99.78º 0.96% 0.75% -
XYZ 21.42 39.02 6.63 -
YUV 134.55 56.58 81.96 -
System Red Green Blue C M Y K H S L
Decimal 70 192 8 0.64 0 0.96 0.25 99.78 0.92 0.39
Hex 46 C0 8 40 0 60 19 64 5C 27
Octal 106 300 10 100 0 140 31 144 134 47
Binary 1000110 11000000 1000 1000000 0 1100000 11001 1100100 1011100 100111

Color Harmonies of #46C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C008

Black with #46C008

Text Example


Text Example

White with #46C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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