#9DFF40

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

Shades of Green Yellow #9DFF40

Tints of Green Yellow #9DFF40

Color information

#9DFF40 (or 0x9DFF40) is unknown color: approx Green Yellow. HEX triplet: 9D, FF and 40. RGB value is (157,255,64). Sum of RGB (Red+Green+Blue) = 157+255+64=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DFF40 is #6200BF. Grayscale: #CCCCCC. Windows color (decimal): -6422720 or 4259741. OLE color: 4259741.

HSL color Cylindrical-coordinate representation of color #9DFF40: hue angle of 90.79º 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 #9DFF40 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB15725564-
CMYK0.3800.750
HSL90.79º100%62.55%-
HSV(B)90.79º74.9%100%-
XYZ50.5979.0617.44-
YUV203.9249.0394.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.98%
GREEN value IS 255 (100% from 255) = 53.57%
BLUE value IS 64 (25.39% from 255) = 13.45%
R=32.98%
G=53.57%
B=13.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157255640.3800.75090.7910062.55
Hex9DFF402604B05b643f
Octal235377100460113013314477
Binary1001110111111111100000010011001001011010110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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