#B1F75C

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

Shades of Conifer #B1F75C

Tints of Conifer #B1F75C

Color information

#B1F75C (or 0xB1F75C) is unknown color: approx Conifer. HEX triplet: B1, F7 and 5C. RGB value is (177,247,92). Sum of RGB (Red+Green+Blue) = 177+247+92=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F75C is #4E08A3. Grayscale: #D0D0D0. Windows color (decimal): -5114020 or 6092721. OLE color: 6092721.

HSL color Cylindrical-coordinate representation of color #B1F75C: hue angle of 87.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1F75C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB17724792-
CMYK0.2800.630.03
HSL87.1º90.64%66.47%-
HSV(B)87.1º62.75%96.86%-
XYZ53.3276.6422.11-
YUV208.462.31105.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 92 (36.33% from 255) = 17.83%
R=34.30%
G=47.87%
B=17.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177247920.2800.630.0387.190.6466.47
HexB1F75C1C03F3575b42
Octal261367134340773127133102
Binary1011000111110111101110011100011111111101011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F75C; }

 p { color: rgb(177,247,92); }

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

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

 a { background-color: rgb(177,247,92); }

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

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

 span { border-color: rgb(177,247,92); }

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