#9DFD5C

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

Shades of Conifer #9DFD5C

Tints of Conifer #9DFD5C

Color information

#9DFD5C (or 0x9DFD5C) is unknown color: approx Conifer. HEX triplet: 9D, FD and 5C. RGB value is (157,253,92). Sum of RGB (Red+Green+Blue) = 157+253+92=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFD5C is #6202A3. Grayscale: #CECECE. Windows color (decimal): -6423204 or 6094237. OLE color: 6094237.

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

Color convert

RGB15725392-
CMYK0.3800.640.01
HSL95.78º97.58%67.65%-
HSV(B)95.78º63.64%99.22%-
XYZ50.9678.1922.53-
YUV205.9463.793.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=31.27%
G=50.40%
B=18.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157253920.3800.640.0195.7897.5867.65
Hex9DFD5C260401606244
Octal2353751344601001140142104
Binary10011101111111011011100100110010000001110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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