#9DFD55

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

Shades of Conifer #9DFD55

Tints of Conifer #9DFD55

Color information

#9DFD55 (or 0x9DFD55) is unknown color: approx Conifer. HEX triplet: 9D, FD and 55. RGB value is (157,253,85). Sum of RGB (Red+Green+Blue) = 157+253+85=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFD55 is #6202AA. Grayscale: #CDCDCD. Windows color (decimal): -6423211 or 5635485. OLE color: 5635485.

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

Color convert

RGB15725385-
CMYK0.3800.660.01
HSL94.29º97.67%66.27%-
HSV(B)94.29º66.4%99.22%-
XYZ50.6778.0720.99-
YUV205.1460.293.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 253 (99.22% from 255) = 51.11%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=31.72%
G=51.11%
B=17.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157253850.3800.660.0194.2997.6766.27
Hex9DFD552604215e6242
Octal2353751254601021136142102
Binary10011101111111011010101100110010000101101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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