#B4F661

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

Shades of Conifer #B4F661

Tints of Conifer #B4F661

Color information

#B4F661 (or 0xB4F661) is unknown color: approx Conifer. HEX triplet: B4, F6 and 61. RGB value is (180,246,97). Sum of RGB (Red+Green+Blue) = 180+246+97=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F661 is #4B099E. Grayscale: #D1D1D1. Windows color (decimal): -4917663 or 6420148. OLE color: 6420148.

HSL color Cylindrical-coordinate representation of color #B4F661: hue angle of 86.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4F661 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB18024697-
CMYK0.2700.610.04
HSL86.58º89.22%67.25%-
HSV(B)86.58º60.57%96.47%-
XYZ53.9476.4823.23-
YUV209.2864.63107.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 246 (96.48% from 255) = 47.04%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=34.42%
G=47.04%
B=18.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180246970.2700.610.0486.5889.2267.25
HexB4F6611B03D4575943
Octal264366141330754127131103
Binary10110100111101101100001110110111101100101011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F661; }

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

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

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

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

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

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

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

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