#B3D541

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

Shades of Conifer #B3D541

Tints of Conifer #B3D541

Color information

#B3D541 (or 0xB3D541) is unknown color: approx Conifer. HEX triplet: B3, D5 and 41. RGB value is (179,213,65). Sum of RGB (Red+Green+Blue) = 179+213+65=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D541 is #4C2ABE. Grayscale: #BABABA. Windows color (decimal): -4991679 or 4314547. OLE color: 4314547.

HSL color Cylindrical-coordinate representation of color #B3D541: hue angle of 73.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3D541 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB17921365-
CMYK0.1600.690.16
HSL73.78º63.79%54.51%-
HSV(B)73.78º69.48%83.53%-
XYZ43.3457.5513.83-
YUV185.9659.74123.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=39.17%
G=46.61%
B=14.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179213650.1600.690.1673.7863.7954.51
HexB3D54110045104a4037
Octal2633251012001052011210067
Binary1011001111010101100000110000010001011000010010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D541; }

 p { color: rgb(179,213,65); }

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

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

 a { background-color: rgb(179,213,65); }

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

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

 span { border-color: rgb(179,213,65); }

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