#9DCB58

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

Shades of Conifer #9DCB58

Tints of Conifer #9DCB58

Color information

#9DCB58 (or 0x9DCB58) is unknown color: approx Conifer. HEX triplet: 9D, CB and 58. RGB value is (157,203,88). Sum of RGB (Red+Green+Blue) = 157+203+88=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB58 is #6234A7. Grayscale: #B0B0B0. Windows color (decimal): -6436008 or 5819293. OLE color: 5819293.

HSL color Cylindrical-coordinate representation of color #9DCB58: hue angle of 84º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DCB58 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB15720388-
CMYK0.2300.570.20
HSL84º52.51%57.06%-
HSV(B)84º56.65%79.61%-
XYZ37.0250.5817.05-
YUV176.1478.26114.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 88 (34.77% from 255) = 19.64%
R=35.04%
G=45.31%
B=19.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157203880.2300.570.208452.5157.06
Hex9DCB581703914543539
Octal23531313027071241246571
Binary10011101110010111011000101110111001101001010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,88); }

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

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

 a { background-color: rgb(157,203,88); }

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

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

 span { border-color: rgb(157,203,88); }

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