#b0f658

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

Shades of Conifer #B0F658

Tints of Conifer #B0F658

Color information

#B0F658 (or 0xB0F658) is unknown color: approx Conifer. HEX triplet: B0, F6 and 58. RGB value is (176,246,88). Sum of RGB (Red+Green+Blue) = 176+246+88=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F658 is #4F09A7. Grayscale: #CFCFCF. Windows color (decimal): -5179816 or 5830320. OLE color: 5830320.

HSL color Cylindrical-coordinate representation of color #B0F658: hue angle of 86.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F658 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB17624688-
CMYK0.2800.640.04
HSL86.58º89.77%65.49%-
HSV(B)86.58º64.23%96.47%-
XYZ52.6275.8521.1-
YUV207.0660.81105.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 246 (96.48% from 255) = 48.24%
BLUE value IS 88 (34.77% from 255) = 17.25%
R=34.51%
G=48.24%
B=17.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176246880.2800.640.0486.5889.7765.49
HexB0F6581C0404575a41
Octal2603661303401004127132101
Binary101100001111011010110001110001000000100101011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f658; }

 p { color: rgb(176,246,88); }

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

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

 a { background-color: rgb(176,246,88); }

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

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

 span { border-color: rgb(176,246,88); }

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