#B5F963

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

Shades of Conifer #B5F963

Tints of Conifer #B5F963

Color information

#B5F963 (or 0xB5F963) is unknown color: approx Conifer. HEX triplet: B5, F9 and 63. RGB value is (181,249,99). Sum of RGB (Red+Green+Blue) = 181+249+99=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F963 is #4A069C. Grayscale: #D4D4D4. Windows color (decimal): -4851357 or 6551989. OLE color: 6551989.

HSL color Cylindrical-coordinate representation of color #B5F963: hue angle of 87.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5F963 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB18124999-
CMYK0.2700.600.02
HSL87.2º92.59%68.24%-
HSV(B)87.2º60.24%97.65%-
XYZ55.1878.4824.04-
YUV211.5764.47106.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=34.22%
G=47.07%
B=18.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181249990.2700.600.0287.292.5968.24
HexB5F9631B03C2575d44
Octal265371143330742127135104
Binary1011010111111001110001111011011110010101011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F963; }

 p { color: rgb(181,249,99); }

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

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

 a { background-color: rgb(181,249,99); }

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

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

 span { border-color: rgb(181,249,99); }

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