#B4E65F

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

Shades of Conifer #B4E65F

Tints of Conifer #B4E65F

Color information

#B4E65F (or 0xB4E65F) is unknown color: approx Conifer. HEX triplet: B4, E6 and 5F. RGB value is (180,230,95). Sum of RGB (Red+Green+Blue) = 180+230+95=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E65F is #4B19A0. Grayscale: #C8C8C8. Windows color (decimal): -4921761 or 6284980. OLE color: 6284980.

HSL color Cylindrical-coordinate representation of color #B4E65F: hue angle of 82.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4E65F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB18023095-
CMYK0.2200.590.10
HSL82.22º72.97%63.73%-
HSV(B)82.22º58.7%90.2%-
XYZ49.1867.1221.19-
YUV199.6668.94113.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 230 (90.23% from 255) = 45.54%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=35.64%
G=45.54%
B=18.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal180230950.2200.590.1082.2272.9763.73
HexB4E65F1603BA524940
Octal2643461372607312122111100
Binary101101001110011010111111011001110111010101001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E65F; }

 p { color: rgb(180,230,95); }

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

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

 a { background-color: rgb(180,230,95); }

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

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

 span { border-color: rgb(180,230,95); }

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