#9DDF5B

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

Shades of Conifer #9DDF5B

Tints of Conifer #9DDF5B

Color information

#9DDF5B (or 0x9DDF5B) is unknown color: approx Conifer. HEX triplet: 9D, DF and 5B. RGB value is (157,223,91). Sum of RGB (Red+Green+Blue) = 157+223+91=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF5B is #6220A4. Grayscale: #BCBCBC. Windows color (decimal): -6430885 or 6021021. OLE color: 6021021.

HSL color Cylindrical-coordinate representation of color #9DDF5B: hue angle of 90º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DDF5B is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB15722391-
CMYK0.3000.590.13
HSL90º67.35%61.57%-
HSV(B)90º59.19%87.45%-
XYZ42.1860.719.39-
YUV188.2273.13105.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=33.33%
G=47.35%
B=19.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157223910.3000.590.139067.3561.57
Hex9DDF5B1E03BD5a433e
Octal235337133360731513210376
Binary10011101110111111011011111100111011110110110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,91); }

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

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

 a { background-color: rgb(157,223,91); }

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

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

 span { border-color: rgb(157,223,91); }

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