#B5D050

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

Shades of Conifer #B5D050

Tints of Conifer #B5D050

Color information

#B5D050 (or 0xB5D050) is unknown color: approx Conifer. HEX triplet: B5, D0 and 50. RGB value is (181,208,80). Sum of RGB (Red+Green+Blue) = 181+208+80=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D050 is #4A2FAF. Grayscale: #B9B9B9. Windows color (decimal): -4861872 or 5296309. OLE color: 5296309.

HSL color Cylindrical-coordinate representation of color #B5D050: hue angle of 72.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D050 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB18120880-
CMYK0.1300.620.18
HSL72.66º57.66%56.47%-
HSV(B)72.66º61.54%81.57%-
XYZ43.0655.5116.04-
YUV185.3368.55124.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 80 (31.64% from 255) = 17.06%
R=38.59%
G=44.35%
B=17.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181208800.1300.620.1872.6657.6656.47
HexB5D050D03E12493a38
Octal26532012015076221117270
Binary1011010111010000101000011010111110100101001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D050; }

 p { color: rgb(181,208,80); }

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

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

 a { background-color: rgb(181,208,80); }

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

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

 span { border-color: rgb(181,208,80); }

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