#9DE365

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

Shades of Conifer #9DE365

Tints of Conifer #9DE365

Color information

#9DE365 (or 0x9DE365) is unknown color: approx Conifer. HEX triplet: 9D, E3 and 65. RGB value is (157,227,101). Sum of RGB (Red+Green+Blue) = 157+227+101=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE365 is #621C9A. Grayscale: #C0C0C0. Windows color (decimal): -6429851 or 6677405. OLE color: 6677405.

HSL color Cylindrical-coordinate representation of color #9DE365: hue angle of 93.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DE365 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB157227101-
CMYK0.3100.560.11
HSL93.33º69.23%64.31%-
HSV(B)93.33º55.51%89.02%-
XYZ43.7263.0522.18-
YUV191.7176.81103.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 227 (89.06% from 255) = 46.80%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=32.37%
G=46.80%
B=20.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572271010.3100.560.1193.3369.2364.31
Hex9DE3651F038B5d4540
Octal2353431453707013135105100
Binary100111011110001111001011111101110001011101110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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