#B0F257

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

Shades of Conifer #B0F257

Tints of Conifer #B0F257

Color information

#B0F257 (or 0xB0F257) is unknown color: approx Conifer. HEX triplet: B0, F2 and 57. RGB value is (176,242,87). Sum of RGB (Red+Green+Blue) = 176+242+87=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F257 is #4F0DA8. Grayscale: #CDCDCD. Windows color (decimal): -5180841 or 5763760. OLE color: 5763760.

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

Color convert

RGB17624287-
CMYK0.2700.640.05
HSL85.55º85.64%64.51%-
HSV(B)85.55º64.05%94.9%-
XYZ51.3873.4220.48-
YUV204.661.63107.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 87 (34.38% from 255) = 17.23%
R=34.85%
G=47.92%
B=17.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176242870.2700.640.0585.5585.6464.51
HexB0F2571B0405565641
Octal2603621273301005126126101
Binary101100001111001010101111101101000000101101011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F257; }

 p { color: rgb(176,242,87); }

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

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

 a { background-color: rgb(176,242,87); }

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

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

 span { border-color: rgb(176,242,87); }

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