#B5DD51

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

Shades of Conifer #B5DD51

Tints of Conifer #B5DD51

Color information

#B5DD51 (or 0xB5DD51) is unknown color: approx Conifer. HEX triplet: B5, DD and 51. RGB value is (181,221,81). Sum of RGB (Red+Green+Blue) = 181+221+81=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD51 is #4A22AE. Grayscale: #C1C1C1. Windows color (decimal): -4858543 or 5365173. OLE color: 5365173.

HSL color Cylindrical-coordinate representation of color #B5DD51: hue angle of 77.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5DD51 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB18122181-
CMYK0.1800.630.13
HSL77.14º67.31%59.22%-
HSV(B)77.14º63.35%86.67%-
XYZ46.462.1317.33-
YUV193.0864.75119.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 81 (32.03% from 255) = 16.77%
R=37.47%
G=45.76%
B=16.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181221810.1800.630.1377.1467.3159.22
HexB5DD511203FD4d433b
Octal265335121220771511510373
Binary10110101110111011010001100100111111110110011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD51; }

 p { color: rgb(181,221,81); }

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

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

 a { background-color: rgb(181,221,81); }

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

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

 span { border-color: rgb(181,221,81); }

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