#B3E35F

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

Shades of Conifer #B3E35F

Tints of Conifer #B3E35F

Color information

#B3E35F (or 0xB3E35F) is unknown color: approx Conifer. HEX triplet: B3, E3 and 5F. RGB value is (179,227,95). Sum of RGB (Red+Green+Blue) = 179+227+95=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E35F is #4C1CA0. Grayscale: #C6C6C6. Windows color (decimal): -4988065 or 6284211. OLE color: 6284211.

HSL color Cylindrical-coordinate representation of color #B3E35F: hue angle of 81.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3E35F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB17922795-
CMYK0.2100.580.11
HSL81.82º70.21%63.14%-
HSV(B)81.82º58.15%89.02%-
XYZ48.1365.3520.9-
YUV197.670.1114.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=35.73%
G=45.31%
B=18.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179227950.2100.580.1181.8270.2163.14
HexB3E35F1503AB52463f
Octal263343137250721312210677
Binary10110011111000111011111101010111010101110100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E35F; }

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

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

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

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

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

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

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

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