#B0FF54

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

Shades of Conifer #B0FF54

Tints of Conifer #B0FF54

Color information

#B0FF54 (or 0xB0FF54) is unknown color: approx Conifer. HEX triplet: B0, FF and 54. RGB value is (176,255,84). Sum of RGB (Red+Green+Blue) = 176+255+84=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF54 is #4F00AB. Grayscale: #D4D4D4. Windows color (decimal): -5177516 or 5570480. OLE color: 5570480.

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

Color convert

RGB17625584-
CMYK0.3100.670
HSL87.72º100%66.47%-
HSV(B)87.72º67.06%100%-
XYZ55.2681.3921.18-
YUV211.8855.83102.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 84 (33.20% from 255) = 16.31%
R=34.17%
G=49.51%
B=16.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176255840.3100.67087.7210066.47
HexB0FF541F0430586442
Octal2603771243701030130144102
Binary1011000011111111101010011111010000110101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF54; }

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

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

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

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

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

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

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

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