#B5F95B

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

Shades of Conifer #B5F95B

Tints of Conifer #B5F95B

Color information

#B5F95B (or 0xB5F95B) is unknown color: approx Conifer. HEX triplet: B5, F9 and 5B. RGB value is (181,249,91). Sum of RGB (Red+Green+Blue) = 181+249+91=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F95B is #4A06A4. Grayscale: #D3D3D3. Windows color (decimal): -4851365 or 6027701. OLE color: 6027701.

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

Color convert

RGB18124991-
CMYK0.2700.630.02
HSL85.82º92.94%66.67%-
HSV(B)85.82º63.45%97.65%-
XYZ54.8278.3322.13-
YUV210.6660.47106.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=34.74%
G=47.79%
B=17.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181249910.2700.630.0285.8292.9466.67
HexB5F95B1B03F2565d43
Octal265371133330772126135103
Binary1011010111111001101101111011011111110101011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F95B; }

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

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

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

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

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

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

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

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