#b3f350

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

Shades of Conifer #B3F350

Tints of Conifer #B3F350

Color information

#B3F350 (or 0xB3F350) is unknown color: approx Conifer. HEX triplet: B3, F3 and 50. RGB value is (179,243,80). Sum of RGB (Red+Green+Blue) = 179+243+80=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F350 is #4C0CAF. Grayscale: #CDCDCD. Windows color (decimal): -4983984 or 5305267. OLE color: 5305267.

HSL color Cylindrical-coordinate representation of color #B3F350: hue angle of 83.56º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3F350 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17924380-
CMYK0.2600.670.05
HSL83.56º87.17%63.33%-
HSV(B)83.56º67.08%95.29%-
XYZ52.0974.2619.18-
YUV205.2857.3109.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 243 (95.31% from 255) = 48.41%
BLUE value IS 80 (31.64% from 255) = 15.94%
R=35.66%
G=48.41%
B=15.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179243800.2600.670.0583.5687.1763.33
HexB3F3501A043554573f
Octal263363120320103512412777
Binary10110011111100111010000110100100001110110101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f350; }

 p { color: rgb(179,243,80); }

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

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

 a { background-color: rgb(179,243,80); }

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

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

 span { border-color: rgb(179,243,80); }

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