#9bdf64

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

Shades of Conifer #9BDF64

Tints of Conifer #9BDF64

Color information

#9BDF64 (or 0x9BDF64) is unknown color: approx Conifer. HEX triplet: 9B, DF and 64. RGB value is (155,223,100). Sum of RGB (Red+Green+Blue) = 155+223+100=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF64 is #64209B. Grayscale: #BDBDBD. Windows color (decimal): -6561948 or 6610843. OLE color: 6610843.

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

Color convert

RGB155223100-
CMYK0.3000.550.13
HSL93.17º65.78%63.33%-
HSV(B)93.17º55.16%87.45%-
XYZ42.2160.6621.54-
YUV188.6577.97104-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 223 (87.5% from 255) = 46.65%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=32.43%
G=46.65%
B=20.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231000.3000.550.1393.1765.7863.33
Hex9BDF641E037D5d423f
Octal233337144360671513510277
Binary10011011110111111100100111100110111110110111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bdf64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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