#B4ED65

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

Shades of Conifer #B4ED65

Tints of Conifer #B4ED65

Color information

#B4ED65 (or 0xB4ED65) is unknown color: approx Conifer. HEX triplet: B4, ED and 65. RGB value is (180,237,101). Sum of RGB (Red+Green+Blue) = 180+237+101=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED65 is #4B129A. Grayscale: #CCCCCC. Windows color (decimal): -4919963 or 6679988. OLE color: 6679988.

HSL color Cylindrical-coordinate representation of color #B4ED65: hue angle of 85.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4ED65 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB180237101-
CMYK0.2400.570.07
HSL85.15º79.07%66.27%-
HSV(B)85.15º57.38%92.94%-
XYZ51.4671.2123.35-
YUV204.4569.62110.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=34.75%
G=45.75%
B=19.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802371010.2400.570.0785.1579.0766.27
HexB4ED65180397554f42
Octal264355145300717125117102
Binary10110100111011011100101110000111001111101010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED65; }

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

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

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

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

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

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

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

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