#B8F04C

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

Shades of Conifer #B8F04C

Tints of Conifer #B8F04C

Color information

#B8F04C (or 0xB8F04C) is unknown color: approx Conifer. HEX triplet: B8, F0 and 4C. RGB value is (184,240,76). Sum of RGB (Red+Green+Blue) = 184+240+76=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F04C is #470FB3. Grayscale: #CDCDCD. Windows color (decimal): -4657076 or 5042360. OLE color: 5042360.

HSL color Cylindrical-coordinate representation of color #B8F04C: hue angle of 80.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8F04C is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB18424076-
CMYK0.2300.680.06
HSL80.49º84.54%61.96%-
HSV(B)80.49º68.33%94.12%-
XYZ52.2373.0318.18-
YUV204.5655.45113.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 240 (94.14% from 255) = 48%
BLUE value IS 76 (30.08% from 255) = 15.2%
R=36.8%
G=48%
B=15.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal184240760.2300.680.0680.4984.5461.96
HexB8F04C17044650553e
Octal270360114270104612012576
Binary10111000111100001001100101110100010011010100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F04C; }

 p { color: rgb(184,240,76); }

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

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

 a { background-color: rgb(184,240,76); }

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

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

 span { border-color: rgb(184,240,76); }

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