#9DFD65

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

Shades of Conifer #9DFD65

Tints of Conifer #9DFD65

Color information

#9DFD65 (or 0x9DFD65) is unknown color: approx Conifer. HEX triplet: 9D, FD and 65. RGB value is (157,253,101). Sum of RGB (Red+Green+Blue) = 157+253+101=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFD65 is #62029A. Grayscale: #CFCFCF. Windows color (decimal): -6423195 or 6684061. OLE color: 6684061.

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

Color convert

RGB157253101-
CMYK0.3800.600.01
HSL97.89º97.44%69.41%-
HSV(B)97.89º60.08%99.22%-
XYZ51.3878.3624.73-
YUV206.9768.292.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 101 (39.84% from 255) = 19.77%
R=30.72%
G=49.51%
B=19.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572531010.3800.600.0197.8997.4469.41
Hex9DFD652603C1626145
Octal235375145460741142141105
Binary1001110111111101110010110011001111001110001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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