#9DF562

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

Shades of Conifer #9DF562

Tints of Conifer #9DF562

Color information

#9DF562 (or 0x9DF562) is unknown color: approx Conifer. HEX triplet: 9D, F5 and 62. RGB value is (157,245,98). Sum of RGB (Red+Green+Blue) = 157+245+98=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF562 is #620A9D. Grayscale: #CACACA. Windows color (decimal): -6425246 or 6485405. OLE color: 6485405.

HSL color Cylindrical-coordinate representation of color #9DF562: hue angle of 95.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF562 is Cyan = 0.36, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB15724598-
CMYK0.3600.60.04
HSL95.92º88.02%67.25%-
HSV(B)95.92º60%96.08%-
XYZ48.7673.3523.14-
YUV201.9369.3595.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 98 (38.67% from 255) = 19.6%
R=31.4%
G=49%
B=19.6%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal157245980.3600.60.0495.9288.0267.25
Hex9DF5622403C4605843
Octal235365142440744140130103
Binary100111011111010111000101001000111100100110000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,245,98); }

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

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

 a { background-color: rgb(157,245,98); }

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

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

 span { border-color: rgb(157,245,98); }

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