#9DFF5F

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

Shades of Conifer #9DFF5F

Tints of Conifer #9DFF5F

Color information

#9DFF5F (or 0x9DFF5F) is unknown color: approx Conifer. HEX triplet: 9D, FF and 5F. RGB value is (157,255,95). Sum of RGB (Red+Green+Blue) = 157+255+95=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF5F is #6200A0. Grayscale: #CFCFCF. Windows color (decimal): -6422689 or 6291357. OLE color: 6291357.

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

Color convert

RGB15725595-
CMYK0.3800.630
HSL96.75º100%68.63%-
HSV(B)96.75º62.75%100%-
XYZ51.7379.5123.45-
YUV207.4664.5392.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=30.97%
G=50.30%
B=18.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157255950.3800.63096.7510068.63
Hex9DFF5F2603F0616445
Octal235377137460770141144105
Binary1001110111111111101111110011001111110110000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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