#B0FF5A

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

Shades of Conifer #B0FF5A

Tints of Conifer #B0FF5A

Color information

#B0FF5A (or 0xB0FF5A) is unknown color: approx Conifer. HEX triplet: B0, FF and 5A. RGB value is (176,255,90). Sum of RGB (Red+Green+Blue) = 176+255+90=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF5A is #4F00A5. Grayscale: #D5D5D5. Windows color (decimal): -5177510 or 5963696. OLE color: 5963696.

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

Color convert

RGB17625590-
CMYK0.3100.650
HSL88.73º100%67.65%-
HSV(B)88.73º64.71%100%-
XYZ55.5181.4922.48-
YUV212.5758.83101.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=33.78%
G=48.94%
B=17.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176255900.3100.65088.7310067.65
HexB0FF5A1F0410596444
Octal2603771323701010131144104
Binary1011000011111111101101011111010000010101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF5A; }

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

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

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

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

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

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

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

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