#B4DD67

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

Shades of Conifer #B4DD67

Tints of Conifer #B4DD67

Color information

#B4DD67 (or 0xB4DD67) is unknown color: approx Conifer. HEX triplet: B4, DD and 67. RGB value is (180,221,103). Sum of RGB (Red+Green+Blue) = 180+221+103=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD67 is #4B2298. Grayscale: #C3C3C3. Windows color (decimal): -4924057 or 6806964. OLE color: 6806964.

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

Color convert

RGB180221103-
CMYK0.1900.530.13
HSL80.85º63.44%63.53%-
HSV(B)80.85º53.39%86.67%-
XYZ47.1362.422.39-
YUV195.2975.92117.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=35.71%
G=43.85%
B=20.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211030.1900.530.1380.8563.4463.53
HexB4DD6713035D513f40
Octal264335147230651512177100
Binary10110100110111011100111100110110101110110100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD67; }

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

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

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

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

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

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

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

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