#B0F048

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

Shades of Conifer #B0F048

Tints of Conifer #B0F048

Color information

#B0F048 (or 0xB0F048) is unknown color: approx Conifer. HEX triplet: B0, F0 and 48. RGB value is (176,240,72). Sum of RGB (Red+Green+Blue) = 176+240+72=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F048 is #4F0FB7. Grayscale: #CACACA. Windows color (decimal): -5181368 or 4780208. OLE color: 4780208.

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

Color convert

RGB17624072-
CMYK0.2700.70.06
HSL82.86º84.85%61.18%-
HSV(B)82.86º70%94.12%-
XYZ50.2372.0217.38-
YUV201.7154.8109.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 240 (94.14% from 255) = 49.18%
BLUE value IS 72 (28.52% from 255) = 14.75%
R=36.07%
G=49.18%
B=14.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176240720.2700.70.0682.8684.8561.18
HexB0F0481B046653553d
Octal260360110330106612312575
Binary10110000111100001001000110110100011011010100111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F048; }

 p { color: rgb(176,240,72); }

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

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

 a { background-color: rgb(176,240,72); }

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

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

 span { border-color: rgb(176,240,72); }

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