#B8F958

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

Shades of Conifer #B8F958

Tints of Conifer #B8F958

Color information

#B8F958 (or 0xB8F958) is unknown color: approx Conifer. HEX triplet: B8, F9 and 58. RGB value is (184,249,88). Sum of RGB (Red+Green+Blue) = 184+249+88=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F958 is #4706A7. Grayscale: #D3D3D3. Windows color (decimal): -4654760 or 5831096. OLE color: 5831096.

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

Color convert

RGB18424988-
CMYK0.2600.650.02
HSL84.22º93.06%66.08%-
HSV(B)84.22º64.66%97.65%-
XYZ55.478.6521.49-
YUV211.2158.47108.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 88 (34.77% from 255) = 16.89%
R=35.32%
G=47.79%
B=16.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184249880.2600.650.0284.2293.0666.08
HexB8F9581A0412545d42
Octal2703711303201012124135102
Binary10111000111110011011000110100100000110101010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F958; }

 p { color: rgb(184,249,88); }

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

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

 a { background-color: rgb(184,249,88); }

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

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

 span { border-color: rgb(184,249,88); }

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