#B0FF63

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

Shades of Conifer #B0FF63

Tints of Conifer #B0FF63

Color information

#B0FF63 (or 0xB0FF63) is unknown color: approx Conifer. HEX triplet: B0, FF and 63. RGB value is (176,255,99). Sum of RGB (Red+Green+Blue) = 176+255+99=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF63 is #4F009C. Grayscale: #D6D6D6. Windows color (decimal): -5177501 or 6553520. OLE color: 6553520.

HSL color Cylindrical-coordinate representation of color #B0FF63: hue angle of 90.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0FF63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB17625599-
CMYK0.3100.610
HSL90.38º100%69.41%-
HSV(B)90.38º61.18%100%-
XYZ55.9281.6524.62-
YUV213.663.33101.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 99 (39.06% from 255) = 18.68%
R=33.21%
G=48.11%
B=18.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176255990.3100.61090.3810069.41
HexB0FF631F03D05a6445
Octal260377143370750132144105
Binary101100001111111111000111111101111010101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF63; }

 p { color: rgb(176,255,99); }

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

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

 a { background-color: rgb(176,255,99); }

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

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

 span { border-color: rgb(176,255,99); }

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