#46B208

Color #46B208 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46B208

Tints of Kelly Green #46B208

Color information

#46B208 (or 0x46B208) is unknown color: approx Kelly Green. HEX triplet: 46, B2 and 08. RGB value is (70,178,8). Sum of RGB (Red+Green+Blue) = 70+178+8=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #46B208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46B208 is #B94DF7. Grayscale: #7E7E7E. Windows color (decimal): -12144120 or 569926. OLE color: 569926.

HSL color Cylindrical-coordinate representation of color #46B208: hue angle of 98.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46B208 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB701788-
CMYK0.6100.960.30
HSL98.12º91.4%36.47%-
HSV(B)98.12º95.51%69.8%-
XYZ18.4933.165.66-
YUV126.3361.2287.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 178 (69.92% from 255) = 69.53%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=27.34%
G=69.53%
B=3.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7017880.6100.960.3098.1291.436.47
Hex46B283D0601E625b24
Octal106262107501403614213344
Binary1000110101100101000111101011000001111011000101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46B208;
 }
 .AnyTagClassName
 {
   color: #46B208;
 }
</style>
background-color css

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

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

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

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

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

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