#B3F95E

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

Shades of Conifer #B3F95E

Tints of Conifer #B3F95E

Color information

#B3F95E (or 0xB3F95E) is unknown color: approx Conifer. HEX triplet: B3, F9 and 5E. RGB value is (179,249,94). Sum of RGB (Red+Green+Blue) = 179+249+94=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F95E is #4C06A1. Grayscale: #D2D2D2. Windows color (decimal): -4982434 or 6224307. OLE color: 6224307.

HSL color Cylindrical-coordinate representation of color #B3F95E: hue angle of 87.1º 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 #B3F95E is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17924994-
CMYK0.2800.620.02
HSL87.1º92.81%67.25%-
HSV(B)87.1º62.25%97.65%-
XYZ54.4978.1422.8-
YUV210.462.31105.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 94 (37.11% from 255) = 18.01%
R=34.29%
G=47.70%
B=18.01%

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
Decimal179249940.2800.620.0287.192.8167.25
HexB3F95E1C03E2575d43
Octal263371136340762127135103
Binary1011001111111001101111011100011111010101011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F95E; }

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

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

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

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

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

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

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

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