#B4F261

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

Shades of Conifer #B4F261

Tints of Conifer #B4F261

Color information

#B4F261 (or 0xB4F261) is unknown color: approx Conifer. HEX triplet: B4, F2 and 61. RGB value is (180,242,97). Sum of RGB (Red+Green+Blue) = 180+242+97=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F261 is #4B0D9E. Grayscale: #CFCFCF. Windows color (decimal): -4918687 or 6419124. OLE color: 6419124.

HSL color Cylindrical-coordinate representation of color #B4F261: hue angle of 85.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4F261 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18024297-
CMYK0.2600.600.05
HSL85.66º84.8%66.47%-
HSV(B)85.66º59.92%94.9%-
XYZ52.7374.0722.83-
YUV206.9365.96108.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=34.68%
G=46.63%
B=18.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242970.2600.600.0585.6684.866.47
HexB4F2611A03C5565542
Octal264362141320745126125102
Binary10110100111100101100001110100111100101101011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F261; }

 p { color: rgb(180,242,97); }

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

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

 a { background-color: rgb(180,242,97); }

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

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

 span { border-color: rgb(180,242,97); }

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