#B4DE67

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

Shades of Conifer #B4DE67

Tints of Conifer #B4DE67

Color information

#B4DE67 (or 0xB4DE67) is unknown color: approx Conifer. HEX triplet: B4, DE and 67. RGB value is (180,222,103). Sum of RGB (Red+Green+Blue) = 180+222+103=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE67 is #4B2198. Grayscale: #C4C4C4. Windows color (decimal): -4923801 or 6807220. OLE color: 6807220.

HSL color Cylindrical-coordinate representation of color #B4DE67: hue angle of 81.18º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4DE67 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB180222103-
CMYK0.1900.540.13
HSL81.18º64.32%63.73%-
HSV(B)81.18º53.6%87.06%-
XYZ47.3962.9322.48-
YUV195.8875.59116.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 103 (40.62% from 255) = 20.40%
R=35.64%
G=43.96%
B=20.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221030.1900.540.1381.1864.3263.73
HexB4DE6713036D514040
Octal2643361472306615121100100
Binary101101001101111011001111001101101101101101000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE67; }

 p { color: rgb(180,222,103); }

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

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

 a { background-color: rgb(180,222,103); }

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

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

 span { border-color: rgb(180,222,103); }

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