#B0F14F

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

Shades of Conifer #B0F14F

Tints of Conifer #B0F14F

Color information

#B0F14F (or 0xB0F14F) is unknown color: approx Conifer. HEX triplet: B0, F1 and 4F. RGB value is (176,241,79). Sum of RGB (Red+Green+Blue) = 176+241+79=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F14F is #4F0EB0. Grayscale: #CBCBCB. Windows color (decimal): -5181105 or 5239216. OLE color: 5239216.

HSL color Cylindrical-coordinate representation of color #B0F14F: hue angle of 84.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0F14F is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17624179-
CMYK0.2700.670.05
HSL84.07º85.26%62.75%-
HSV(B)84.07º67.22%94.51%-
XYZ50.7772.7118.75-
YUV203.157.97108.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 79 (31.25% from 255) = 15.93%
R=35.48%
G=48.59%
B=15.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241790.2700.670.0584.0785.2662.75
HexB0F14F1B043554553f
Octal260361117330103512412577
Binary10110000111100011001111110110100001110110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F14F; }

 p { color: rgb(176,241,79); }

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

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

 a { background-color: rgb(176,241,79); }

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

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

 span { border-color: rgb(176,241,79); }

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