#B5DD3F

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

Shades of Conifer #B5DD3F

Tints of Conifer #B5DD3F

Color information

#B5DD3F (or 0xB5DD3F) is unknown color: approx Conifer. HEX triplet: B5, DD and 3F. RGB value is (181,221,63). Sum of RGB (Red+Green+Blue) = 181+221+63=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD3F is #4A22C0. Grayscale: #BFBFBF. Windows color (decimal): -4858561 or 4185525. OLE color: 4185525.

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

Color convert

RGB18122163-
CMYK0.1800.710.13
HSL75.19º69.91%55.69%-
HSV(B)75.19º71.49%86.67%-
XYZ45.8161.914.24-
YUV191.0355.75120.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 63 (25% from 255) = 13.55%
R=38.92%
G=47.53%
B=13.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181221630.1800.710.1375.1969.9155.69
HexB5DD3F12047D4b4638
Octal265335772201071511310670
Binary10110101110111011111111001001000111110110010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD3F; }

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

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

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

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

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

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

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

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