#B8FA53

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

Shades of Conifer #B8FA53

Tints of Conifer #B8FA53

Color information

#B8FA53 (or 0xB8FA53) is unknown color: approx Conifer. HEX triplet: B8, FA and 53. RGB value is (184,250,83). Sum of RGB (Red+Green+Blue) = 184+250+83=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA53 is #4705AC. Grayscale: #D3D3D3. Windows color (decimal): -4654509 or 5503672. OLE color: 5503672.

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

Color convert

RGB18425083-
CMYK0.2600.670.02
HSL83.71º94.35%65.29%-
HSV(B)83.71º66.8%98.04%-
XYZ55.5179.1920.54-
YUV211.2355.63108.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 83 (32.81% from 255) = 16.05%
R=35.59%
G=48.36%
B=16.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184250830.2600.670.0283.7194.3565.29
HexB8FA531A0432545e41
Octal2703721233201032124136101
Binary10111000111110101010011110100100001110101010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FA53; }

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

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

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

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

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

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

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

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