#9BFC57

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

Shades of Conifer #9BFC57

Tints of Conifer #9BFC57

Color information

#9BFC57 (or 0x9BFC57) is unknown color: approx Conifer. HEX triplet: 9B, FC and 57. RGB value is (155,252,87). Sum of RGB (Red+Green+Blue) = 155+252+87=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC57 is #6403A8. Grayscale: #CCCCCC. Windows color (decimal): -6554537 or 5766299. OLE color: 5766299.

HSL color Cylindrical-coordinate representation of color #9BFC57: hue angle of 95.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BFC57 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB15525287-
CMYK0.3800.650.01
HSL95.27º96.49%66.47%-
HSV(B)95.27º65.48%98.82%-
XYZ50.0577.2821.3-
YUV204.1961.8692.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 252 (98.83% from 255) = 51.01%
BLUE value IS 87 (34.38% from 255) = 17.61%
R=31.38%
G=51.01%
B=17.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155252870.3800.650.0195.2796.4966.47
Hex9BFC572604115f6042
Octal2333741274601011137140102
Binary10011011111111001010111100110010000011101111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,87); }

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

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

 a { background-color: rgb(155,252,87); }

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

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

 span { border-color: rgb(155,252,87); }

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