#9DFD58

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

Shades of Conifer #9DFD58

Tints of Conifer #9DFD58

Color information

#9DFD58 (or 0x9DFD58) is unknown color: approx Conifer. HEX triplet: 9D, FD and 58. RGB value is (157,253,88). Sum of RGB (Red+Green+Blue) = 157+253+88=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFD58 is #6202A7. Grayscale: #CECECE. Windows color (decimal): -6423208 or 5832093. OLE color: 5832093.

HSL color Cylindrical-coordinate representation of color #9DFD58: hue angle of 94.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DFD58 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB15725388-
CMYK0.3800.650.01
HSL94.91º97.63%66.86%-
HSV(B)94.91º65.22%99.22%-
XYZ50.7978.1221.63-
YUV205.4961.793.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 253 (99.22% from 255) = 50.80%
BLUE value IS 88 (34.77% from 255) = 17.67%
R=31.53%
G=50.80%
B=17.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157253880.3800.650.0194.9197.6366.86
Hex9DFD582604115f6243
Octal2353751304601011137142103
Binary10011101111111011011000100110010000011101111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,253,88); }

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

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

 a { background-color: rgb(157,253,88); }

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

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

 span { border-color: rgb(157,253,88); }

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