#b8f248

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

Shades of Conifer #B8F248

Tints of Conifer #B8F248

Color information

#B8F248 (or 0xB8F248) is unknown color: approx Conifer. HEX triplet: B8, F2 and 48. RGB value is (184,242,72). Sum of RGB (Red+Green+Blue) = 184+242+72=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F248 is #470DB7. Grayscale: #CDCDCD. Windows color (decimal): -4656568 or 4780728. OLE color: 4780728.

HSL color Cylindrical-coordinate representation of color #B8F248: hue angle of 80.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F248 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB18424272-
CMYK0.2400.700.05
HSL80.47º86.73%61.57%-
HSV(B)80.47º70.25%94.9%-
XYZ52.6974.1617.67-
YUV205.2852.78112.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 242 (94.92% from 255) = 48.59%
BLUE value IS 72 (28.52% from 255) = 14.46%
R=36.95%
G=48.59%
B=14.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184242720.2400.700.0580.4786.7361.57
HexB8F24818046550573e
Octal270362110300106512012776
Binary10111000111100101001000110000100011010110100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f248; }

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

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

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

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

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

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

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

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