#B1F64D

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

Shades of Conifer #B1F64D

Tints of Conifer #B1F64D

Color information

#B1F64D (or 0xB1F64D) is unknown color: approx Conifer. HEX triplet: B1, F6 and 4D. RGB value is (177,246,77). Sum of RGB (Red+Green+Blue) = 177+246+77=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F64D is #4E09B2. Grayscale: #CECECE. Windows color (decimal): -5114291 or 5109425. OLE color: 5109425.

HSL color Cylindrical-coordinate representation of color #B1F64D: hue angle of 84.5º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1F64D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB17724677-
CMYK0.2800.690.04
HSL84.5º90.37%63.33%-
HSV(B)84.5º68.7%96.47%-
XYZ52.4375.7918.89-
YUV206.155.14107.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 77 (30.47% from 255) = 15.4%
R=35.4%
G=49.2%
B=15.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177246770.2800.690.0484.590.3763.33
HexB1F64D1C0454545a3f
Octal261366115340105412413277
Binary10110001111101101001101111000100010110010101001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F64D; }

 p { color: rgb(177,246,77); }

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

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

 a { background-color: rgb(177,246,77); }

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

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

 span { border-color: rgb(177,246,77); }

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