#B3F95F

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

Shades of Conifer #B3F95F

Tints of Conifer #B3F95F

Color information

#B3F95F (or 0xB3F95F) is unknown color: approx Conifer. HEX triplet: B3, F9 and 5F. RGB value is (179,249,95). Sum of RGB (Red+Green+Blue) = 179+249+95=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F95F is #4C06A0. Grayscale: #D3D3D3. Windows color (decimal): -4982433 or 6289843. OLE color: 6289843.

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

Color convert

RGB17924995-
CMYK0.2800.620.02
HSL87.27º92.77%67.45%-
HSV(B)87.27º61.85%97.65%-
XYZ54.5378.1623.04-
YUV210.5162.81105.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 95 (37.5% from 255) = 18.16%
R=34.23%
G=47.61%
B=18.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179249950.2800.620.0287.2792.7767.45
HexB3F95F1C03E2575d43
Octal263371137340762127135103
Binary1011001111111001101111111100011111010101011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F95F; }

 p { color: rgb(179,249,95); }

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

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

 a { background-color: rgb(179,249,95); }

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

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

 span { border-color: rgb(179,249,95); }

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