#b4d740

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

Shades of Conifer #B4D740

Tints of Conifer #B4D740

Color information

#B4D740 (or 0xB4D740) is unknown color: approx Conifer. HEX triplet: B4, D7 and 40. RGB value is (180,215,64). Sum of RGB (Red+Green+Blue) = 180+215+64=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D740 is #4B28BF. Grayscale: #BBBBBB. Windows color (decimal): -4925632 or 4249524. OLE color: 4249524.

HSL color Cylindrical-coordinate representation of color #B4D740: hue angle of 73.91º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4D740 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18021564-
CMYK0.1600.700.16
HSL73.91º65.37%54.71%-
HSV(B)73.91º70.23%84.31%-
XYZ44.0558.6713.85-
YUV187.3258.4122.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=39.22%
G=46.84%
B=13.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180215640.1600.700.1673.9165.3754.71
HexB4D74010046104a4137
Octal2643271002001062011210167
Binary1011010011010111100000010000010001101000010010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d740; }

 p { color: rgb(180,215,64); }

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

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

 a { background-color: rgb(180,215,64); }

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

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

 span { border-color: rgb(180,215,64); }

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