#9BDF50

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

Shades of Conifer #9BDF50

Tints of Conifer #9BDF50

Color information

#9BDF50 (or 0x9BDF50) is unknown color: approx Conifer. HEX triplet: 9B, DF and 50. RGB value is (155,223,80). Sum of RGB (Red+Green+Blue) = 155+223+80=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF50 is #6420AF. Grayscale: #BABABA. Windows color (decimal): -6561968 or 5300123. OLE color: 5300123.

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

Color convert

RGB15522380-
CMYK0.3000.640.13
HSL88.53º69.08%59.41%-
HSV(B)88.53º64.13%87.45%-
XYZ41.3560.3217.05-
YUV186.3767.97105.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=33.84%
G=48.69%
B=17.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155223800.3000.640.1388.5369.0859.41
Hex9BDF501E040D59453b
Octal2333371203601001513110573
Binary100110111101111110100001111001000000110110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,80); }

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

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

 a { background-color: rgb(155,223,80); }

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

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

 span { border-color: rgb(155,223,80); }

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