#B8F448

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

Shades of Conifer #B8F448

Tints of Conifer #B8F448

Color information

#B8F448 (or 0xB8F448) is unknown color: approx Conifer. HEX triplet: B8, F4 and 48. RGB value is (184,244,72). Sum of RGB (Red+Green+Blue) = 184+244+72=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F448 is #470BB7. Grayscale: #CFCFCF. Windows color (decimal): -4656056 or 4781240. OLE color: 4781240.

HSL color Cylindrical-coordinate representation of color #B8F448: hue angle of 80.93º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F448 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18424472-
CMYK0.2500.700.04
HSL80.93º88.66%61.96%-
HSV(B)80.93º70.49%95.69%-
XYZ53.2975.3617.87-
YUV206.4552.12111.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 244 (95.70% from 255) = 48.8%
BLUE value IS 72 (28.52% from 255) = 14.4%
R=36.8%
G=48.8%
B=14.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal184244720.2500.700.0480.9388.6661.96
HexB8F44819046451593e
Octal270364110310106412113176
Binary10111000111101001001000110010100011010010100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F448; }

 p { color: rgb(184,244,72); }

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

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

 a { background-color: rgb(184,244,72); }

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

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

 span { border-color: rgb(184,244,72); }

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