#9EFF40

Color #9EFF40 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #9EFF40

Tints of Green Yellow #9EFF40

Color information

#9EFF40 (or 0x9EFF40) is unknown color: approx Green Yellow. HEX triplet: 9E, FF and 40. RGB value is (158,255,64). Sum of RGB (Red+Green+Blue) = 158+255+64=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EFF40 is #6100BF. Grayscale: #CCCCCC. Windows color (decimal): -6357184 or 4259742. OLE color: 4259742.

HSL color Cylindrical-coordinate representation of color #9EFF40: hue angle of 90.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EFF40 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB15825564-
CMYK0.3800.750
HSL90.47º100%62.55%-
HSV(B)90.47º74.9%100%-
XYZ50.7979.1617.45-
YUV204.2248.8695.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 255 (100% from 255) = 53.46%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=33.12%
G=53.46%
B=13.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal158255640.3800.75090.4710062.55
Hex9EFF402604B05a643f
Octal236377100460113013214477
Binary1001111011111111100000010011001001011010110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EFF40; }

 p { color: rgb(158,255,64); }

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

<style>
 a { background-color: #9EFF40; }

 a { background-color: rgb(158,255,64); }

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

<style>
 span { border-color: #9EFF40; }

 span { border-color: rgb(158,255,64); }

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