#B5DC42

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

Shades of Conifer #B5DC42

Tints of Conifer #B5DC42

Color information

#B5DC42 (or 0xB5DC42) is unknown color: approx Conifer. HEX triplet: B5, DC and 42. RGB value is (181,220,66). Sum of RGB (Red+Green+Blue) = 181+220+66=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC42 is #4A23BD. Grayscale: #BFBFBF. Windows color (decimal): -4858814 or 4381877. OLE color: 4381877.

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

Color convert

RGB18122066-
CMYK0.1800.70.14
HSL75.19º68.75%56.08%-
HSV(B)75.19º70%86.27%-
XYZ45.6361.414.6-
YUV190.7857.58121.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=38.76%
G=47.11%
B=14.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220660.1800.70.1475.1968.7556.08
HexB5DC4212046E4b4538
Octal2653341022201061611310570
Binary101101011101110010000101001001000110111010010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC42; }

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

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

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

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

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

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

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

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