#B3FC5D

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

Shades of Conifer #B3FC5D

Tints of Conifer #B3FC5D

Color information

#B3FC5D (or 0xB3FC5D) is unknown color: approx Conifer. HEX triplet: B3, FC and 5D. RGB value is (179,252,93). Sum of RGB (Red+Green+Blue) = 179+252+93=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FC5D is #4C03A2. Grayscale: #D4D4D4. Windows color (decimal): -4981667 or 6159539. OLE color: 6159539.

HSL color Cylindrical-coordinate representation of color #B3FC5D: hue angle of 87.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3FC5D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB17925293-
CMYK0.2900.630.01
HSL87.55º96.36%67.65%-
HSV(B)87.55º63.1%98.82%-
XYZ55.3879.9922.88-
YUV212.0560.82104.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 252 (98.83% from 255) = 48.09%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=34.16%
G=48.09%
B=17.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179252930.2900.630.0187.5596.3667.65
HexB3FC5D1D03F1586044
Octal263374135350771130140104
Binary101100111111110010111011110101111111101100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FC5D; }

 p { color: rgb(179,252,93); }

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

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

 a { background-color: rgb(179,252,93); }

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

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

 span { border-color: rgb(179,252,93); }

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