#B8F14A

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

Shades of Conifer #B8F14A

Tints of Conifer #B8F14A

Color information

#B8F14A (or 0xB8F14A) is unknown color: approx Conifer. HEX triplet: B8, F1 and 4A. RGB value is (184,241,74). Sum of RGB (Red+Green+Blue) = 184+241+74=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F14A is #470EB5. Grayscale: #CDCDCD. Windows color (decimal): -4656822 or 4911544. OLE color: 4911544.

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

Color convert

RGB18424174-
CMYK0.2400.690.05
HSL80.48º85.64%61.76%-
HSV(B)80.48º69.29%94.51%-
XYZ52.4673.617.92-
YUV204.9254.12113.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 241 (94.53% from 255) = 48.30%
BLUE value IS 74 (29.30% from 255) = 14.83%
R=36.87%
G=48.30%
B=14.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241740.2400.690.0580.4885.6461.76
HexB8F14A18045550563e
Octal270361112300105512012676
Binary10111000111100011001010110000100010110110100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F14A; }

 p { color: rgb(184,241,74); }

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

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

 a { background-color: rgb(184,241,74); }

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

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

 span { border-color: rgb(184,241,74); }

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