#B3F048

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

Shades of Conifer #B3F048

Tints of Conifer #B3F048

Color information

#B3F048 (or 0xB3F048) is unknown color: approx Conifer. HEX triplet: B3, F0 and 48. RGB value is (179,240,72). Sum of RGB (Red+Green+Blue) = 179+240+72=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F048 is #4C0FB7. Grayscale: #CBCBCB. Windows color (decimal): -4984760 or 4780211. OLE color: 4780211.

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

Color convert

RGB17924072-
CMYK0.2500.70.06
HSL81.79º84.85%61.18%-
HSV(B)81.79º70%94.12%-
XYZ50.9272.3717.42-
YUV202.6154.29111.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 72 (28.52% from 255) = 14.66%
R=36.46%
G=48.88%
B=14.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179240720.2500.70.0681.7984.8561.18
HexB3F04819046652553d
Octal263360110310106612212575
Binary10110011111100001001000110010100011011010100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F048; }

 p { color: rgb(179,240,72); }

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

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

 a { background-color: rgb(179,240,72); }

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

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

 span { border-color: rgb(179,240,72); }

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