#B4EB65

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

Shades of Conifer #B4EB65

Tints of Conifer #B4EB65

Color information

#B4EB65 (or 0xB4EB65) is unknown color: approx Conifer. HEX triplet: B4, EB and 65. RGB value is (180,235,101). Sum of RGB (Red+Green+Blue) = 180+235+101=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EB65 is #4B149A. Grayscale: #CBCBCB. Windows color (decimal): -4920475 or 6679476. OLE color: 6679476.

HSL color Cylindrical-coordinate representation of color #B4EB65: hue angle of 84.63º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4EB65 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB180235101-
CMYK0.2300.570.08
HSL84.63º77.01%65.88%-
HSV(B)84.63º57.02%92.16%-
XYZ50.8870.0623.15-
YUV203.2870.28111.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 235 (92.19% from 255) = 45.54%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=34.88%
G=45.54%
B=19.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351010.2300.570.0884.6377.0165.88
HexB4EB65170398554d42
Octal2643531452707110125115102
Binary101101001110101111001011011101110011000101010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB65; }

 p { color: rgb(180,235,101); }

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

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

 a { background-color: rgb(180,235,101); }

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

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

 span { border-color: rgb(180,235,101); }

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