#B1F04B

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

Shades of Conifer #B1F04B

Tints of Conifer #B1F04B

Color information

#B1F04B (or 0xB1F04B) is unknown color: approx Conifer. HEX triplet: B1, F0 and 4B. RGB value is (177,240,75). Sum of RGB (Red+Green+Blue) = 177+240+75=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F04B is #4E0FB4. Grayscale: #CACACA. Windows color (decimal): -5115829 or 4976817. OLE color: 4976817.

HSL color Cylindrical-coordinate representation of color #B1F04B: hue angle of 82.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1F04B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB17724075-
CMYK0.2600.690.06
HSL82.91º84.62%61.76%-
HSV(B)82.91º68.75%94.12%-
XYZ50.5672.1817.92-
YUV202.3556.13109.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 240 (94.14% from 255) = 48.78%
BLUE value IS 75 (29.69% from 255) = 15.24%
R=35.98%
G=48.78%
B=15.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal177240750.2600.690.0682.9184.6261.76
HexB1F04B1A045653553e
Octal261360113320105612312576
Binary10110001111100001001011110100100010111010100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F04B; }

 p { color: rgb(177,240,75); }

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

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

 a { background-color: rgb(177,240,75); }

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

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

 span { border-color: rgb(177,240,75); }

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