#B8FA61

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

Shades of Conifer #B8FA61

Tints of Conifer #B8FA61

Color information

#B8FA61 (or 0xB8FA61) is unknown color: approx Conifer. HEX triplet: B8, FA and 61. RGB value is (184,250,97). Sum of RGB (Red+Green+Blue) = 184+250+97=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA61 is #47059E. Grayscale: #D5D5D5. Windows color (decimal): -4654495 or 6421176. OLE color: 6421176.

HSL color Cylindrical-coordinate representation of color #B8FA61: hue angle of 85.88º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8FA61 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB18425097-
CMYK0.2600.610.02
HSL85.88º93.87%68.04%-
HSV(B)85.88º61.2%98.04%-
XYZ56.1179.4223.68-
YUV212.8262.63107.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 250 (98.05% from 255) = 47.08%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=34.65%
G=47.08%
B=18.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184250970.2600.610.0285.8893.8768.04
HexB8FA611A03D2565e44
Octal270372141320752126136104
Binary1011100011111010110000111010011110110101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FA61; }

 p { color: rgb(184,250,97); }

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

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

 a { background-color: rgb(184,250,97); }

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

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

 span { border-color: rgb(184,250,97); }

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