#B3E15F

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

Shades of Conifer #B3E15F

Tints of Conifer #B3E15F

Color information

#B3E15F (or 0xB3E15F) is unknown color: approx Conifer. HEX triplet: B3, E1 and 5F. RGB value is (179,225,95). Sum of RGB (Red+Green+Blue) = 179+225+95=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E15F is #4C1EA0. Grayscale: #C4C4C4. Windows color (decimal): -4988577 or 6283699. OLE color: 6283699.

HSL color Cylindrical-coordinate representation of color #B3E15F: hue angle of 81.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3E15F is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB17922595-
CMYK0.2000.580.12
HSL81.23º68.42%62.75%-
HSV(B)81.23º57.78%88.24%-
XYZ47.5864.2620.72-
YUV196.4370.76115.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=35.87%
G=45.09%
B=19.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179225950.2000.580.1281.2368.4262.75
HexB3E15F1403AC51443f
Octal263341137240721412110477
Binary10110011111000011011111101000111010110010100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E15F; }

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

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

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

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

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

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

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

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