#B5D455

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

Shades of Conifer #B5D455

Tints of Conifer #B5D455

Color information

#B5D455 (or 0xB5D455) is unknown color: approx Conifer. HEX triplet: B5, D4 and 55. RGB value is (181,212,85). Sum of RGB (Red+Green+Blue) = 181+212+85=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D455 is #4A2BAA. Grayscale: #BCBCBC. Windows color (decimal): -4860843 or 5625013. OLE color: 5625013.

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

Color convert

RGB18121285-
CMYK0.1500.600.17
HSL74.65º59.62%58.24%-
HSV(B)74.65º59.91%83.14%-
XYZ44.2457.5717.37-
YUV188.2569.73122.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=37.87%
G=44.35%
B=17.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181212850.1500.600.1774.6559.6258.24
HexB5D455F03C114b3c3a
Octal26532412517074211137472
Binary1011010111010100101010111110111100100011001011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D455; }

 p { color: rgb(181,212,85); }

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

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

 a { background-color: rgb(181,212,85); }

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

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

 span { border-color: rgb(181,212,85); }

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