#B5DC54

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

Shades of Conifer #B5DC54

Tints of Conifer #B5DC54

Color information

#B5DC54 (or 0xB5DC54) is unknown color: approx Conifer. HEX triplet: B5, DC and 54. RGB value is (181,220,84). Sum of RGB (Red+Green+Blue) = 181+220+84=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC54 is #4A23AB. Grayscale: #C1C1C1. Windows color (decimal): -4858796 or 5561525. OLE color: 5561525.

HSL color Cylindrical-coordinate representation of color #B5DC54: hue angle of 77.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5DC54 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB18122084-
CMYK0.1800.620.14
HSL77.21º66.02%59.61%-
HSV(B)77.21º61.82%86.27%-
XYZ46.2561.6517.85-
YUV192.8366.58119.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=37.32%
G=45.36%
B=17.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220840.1800.620.1477.2166.0259.61
HexB5DC541203EE4d423c
Octal265334124220761611510274
Binary10110101110111001010100100100111110111010011011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC54; }

 p { color: rgb(181,220,84); }

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

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

 a { background-color: rgb(181,220,84); }

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

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

 span { border-color: rgb(181,220,84); }

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