#B3FD5A

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

Shades of Conifer #B3FD5A

Tints of Conifer #B3FD5A

Color information

#B3FD5A (or 0xB3FD5A) is unknown color: approx Conifer. HEX triplet: B3, FD and 5A. RGB value is (179,253,90). Sum of RGB (Red+Green+Blue) = 179+253+90=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FD5A is #4C02A5. Grayscale: #D4D4D4. Windows color (decimal): -4981414 or 5963187. OLE color: 5963187.

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

Color convert

RGB17925390-
CMYK0.2900.640.01
HSL87.24º97.6%67.25%-
HSV(B)87.24º64.43%99.22%-
XYZ55.5680.5722.3-
YUV212.2958.98104.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 90 (35.55% from 255) = 17.24%
R=34.29%
G=48.47%
B=17.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179253900.2900.640.0187.2497.667.25
HexB3FD5A1D0401576243
Octal2633751323501001127142103
Binary1011001111111101101101011101010000001101011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FD5A; }

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

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

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

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

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

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

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

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