#B3D45E

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

Shades of Conifer #B3D45E

Tints of Conifer #B3D45E

Color information

#B3D45E (or 0xB3D45E) is unknown color: approx Conifer. HEX triplet: B3, D4 and 5E. RGB value is (179,212,94). Sum of RGB (Red+Green+Blue) = 179+212+94=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D45E is #4C2BA1. Grayscale: #BDBDBD. Windows color (decimal): -4991906 or 6214835. OLE color: 6214835.

HSL color Cylindrical-coordinate representation of color #B3D45E: hue angle of 76.78º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3D45E is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB17921294-
CMYK0.1600.560.17
HSL76.78º57.84%60%-
HSV(B)76.78º55.66%83.14%-
XYZ44.1557.4819.36-
YUV188.6874.57121.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=36.91%
G=43.71%
B=19.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179212940.1600.560.1776.7857.8460
HexB3D45E10038114d3a3c
Octal26332413620070211157274
Binary10110011110101001011110100000111000100011001101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D45E; }

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

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

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

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

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

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

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

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