#B1F75D

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

Shades of Conifer #B1F75D

Tints of Conifer #B1F75D

Color information

#B1F75D (or 0xB1F75D) is unknown color: approx Conifer. HEX triplet: B1, F7 and 5D. RGB value is (177,247,93). Sum of RGB (Red+Green+Blue) = 177+247+93=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F75D is #4E08A2. Grayscale: #D1D1D1. Windows color (decimal): -5114019 or 6158257. OLE color: 6158257.

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

Color convert

RGB17724793-
CMYK0.2800.620.03
HSL87.27º90.59%66.67%-
HSV(B)87.27º62.35%96.86%-
XYZ53.3776.6622.34-
YUV208.5162.81105.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 93 (36.72% from 255) = 17.99%
R=34.24%
G=47.78%
B=17.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177247930.2800.620.0387.2790.5966.67
HexB1F75D1C03E3575b43
Octal261367135340763127133103
Binary1011000111110111101110111100011111011101011110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F75D; }

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

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

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

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

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

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

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

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