#B1F95A

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

Shades of Conifer #B1F95A

Tints of Conifer #B1F95A

Color information

#B1F95A (or 0xB1F95A) is unknown color: approx Conifer. HEX triplet: B1, F9 and 5A. RGB value is (177,249,90). Sum of RGB (Red+Green+Blue) = 177+249+90=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F95A is #4E06A5. Grayscale: #D1D1D1. Windows color (decimal): -5113510 or 5962161. OLE color: 5962161.

HSL color Cylindrical-coordinate representation of color #B1F95A: hue angle of 87.17º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1F95A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB17724990-
CMYK0.2900.640.02
HSL87.17º92.98%66.47%-
HSV(B)87.17º63.86%97.65%-
XYZ53.8577.8421.86-
YUV209.3560.65104.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 249 (97.66% from 255) = 48.26%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=34.30%
G=48.26%
B=17.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177249900.2900.640.0287.1792.9866.47
HexB1F95A1D0402575d42
Octal2613711323501002127135102
Binary10110001111110011011010111010100000010101011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F95A; }

 p { color: rgb(177,249,90); }

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

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

 a { background-color: rgb(177,249,90); }

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

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

 span { border-color: rgb(177,249,90); }

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