#B0F357

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

Shades of Conifer #B0F357

Tints of Conifer #B0F357

Color information

#B0F357 (or 0xB0F357) is unknown color: approx Conifer. HEX triplet: B0, F3 and 57. RGB value is (176,243,87). Sum of RGB (Red+Green+Blue) = 176+243+87=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F357 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F357 is #4F0CA8. Grayscale: #CDCDCD. Windows color (decimal): -5180585 or 5764016. OLE color: 5764016.

HSL color Cylindrical-coordinate representation of color #B0F357: hue angle of 85.77º degrees, saturation: 0.87, 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 #B0F357 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB17624387-
CMYK0.2800.640.05
HSL85.77º86.67%64.71%-
HSV(B)85.77º64.2%95.29%-
XYZ51.6874.0220.58-
YUV205.1861.3107.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 243 (95.31% from 255) = 48.02%
BLUE value IS 87 (34.38% from 255) = 17.19%
R=34.78%
G=48.02%
B=17.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176243870.2800.640.0585.7786.6764.71
HexB0F3571C0405565741
Octal2603631273401005126127101
Binary101100001111001110101111110001000000101101011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F357; }

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

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

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

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

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

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

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

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