#9DF13F

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

Shades of Green Yellow #9DF13F

Tints of Green Yellow #9DF13F

Color information

#9DF13F (or 0x9DF13F) is unknown color: approx Green Yellow. HEX triplet: 9D, F1 and 3F. RGB value is (157,241,63). Sum of RGB (Red+Green+Blue) = 157+241+63=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF13F is #620EC0. Grayscale: #C4C4C4. Windows color (decimal): -6426305 or 4190621. OLE color: 4190621.

HSL color Cylindrical-coordinate representation of color #9DF13F: hue angle of 88.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DF13F is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB15724163-
CMYK0.3500.740.05
HSL88.31º86.41%59.61%-
HSV(B)88.31º73.86%94.51%-
XYZ46.2670.4415.86-
YUV195.5953.17100.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 63 (25% from 255) = 13.67%
R=34.06%
G=52.28%
B=13.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157241630.3500.740.0588.3186.4159.61
Hex9DF13F2304A558563c
Octal23536177430112513012674
Binary10011101111100011111111000110100101010110110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,63); }

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

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

 a { background-color: rgb(157,241,63); }

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

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

 span { border-color: rgb(157,241,63); }

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