#B3FD5D

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

Shades of Conifer #B3FD5D

Tints of Conifer #B3FD5D

Color information

#B3FD5D (or 0xB3FD5D) is unknown color: approx Conifer. HEX triplet: B3, FD and 5D. RGB value is (179,253,93). Sum of RGB (Red+Green+Blue) = 179+253+93=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FD5D is #4C02A2. Grayscale: #D5D5D5. Windows color (decimal): -4981411 or 6159795. OLE color: 6159795.

HSL color Cylindrical-coordinate representation of color #B3FD5D: hue angle of 87.75º degrees, saturation: 0.98, 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 #B3FD5D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB17925393-
CMYK0.2900.630.01
HSL87.75º97.56%67.84%-
HSV(B)87.75º63.24%99.22%-
XYZ55.6980.6222.98-
YUV212.6360.48104.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=34.10%
G=48.19%
B=17.71%

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
Decimal179253930.2900.630.0187.7597.5667.84
HexB3FD5D1D03F1586244
Octal263375135350771130142104
Binary101100111111110110111011110101111111101100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FD5D; }

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

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

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

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

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

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

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

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