#B8F44B

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

Shades of Conifer #B8F44B

Tints of Conifer #B8F44B

Color information

#B8F44B (or 0xB8F44B) is unknown color: approx Conifer. HEX triplet: B8, F4 and 4B. RGB value is (184,244,75). Sum of RGB (Red+Green+Blue) = 184+244+75=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F44B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F44B is #470BB4. Grayscale: #CFCFCF. Windows color (decimal): -4656053 or 4977848. OLE color: 4977848.

HSL color Cylindrical-coordinate representation of color #B8F44B: hue angle of 81.3º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8F44B is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB18424475-
CMYK0.2500.690.04
HSL81.3º88.48%62.55%-
HSV(B)81.3º69.26%95.69%-
XYZ53.3975.418.4-
YUV206.7953.62111.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 244 (95.70% from 255) = 48.51%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=36.58%
G=48.51%
B=14.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal184244750.2500.690.0481.388.4862.55
HexB8F44B19045451583f
Octal270364113310105412113077
Binary10111000111101001001011110010100010110010100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F44B; }

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

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

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

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

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

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

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

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