#B2FA63

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

Shades of Conifer #B2FA63

Tints of Conifer #B2FA63

Color information

#B2FA63 (or 0xB2FA63) is unknown color: approx Conifer. HEX triplet: B2, FA and 63. RGB value is (178,250,99). Sum of RGB (Red+Green+Blue) = 178+250+99=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA63 is #4D059C. Grayscale: #D3D3D3. Windows color (decimal): -5047709 or 6552242. OLE color: 6552242.

HSL color Cylindrical-coordinate representation of color #B2FA63: hue angle of 88.61º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2FA63 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB17825099-
CMYK0.2900.600.02
HSL88.61º93.79%68.43%-
HSV(B)88.61º60.4%98.04%-
XYZ54.878.7424.11-
YUV211.2664.65104.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 250 (98.05% from 255) = 47.44%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=33.78%
G=47.44%
B=18.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178250990.2900.600.0288.6193.7968.43
HexB2FA631D03C2595e44
Octal262372143350742131136104
Binary1011001011111010110001111101011110010101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FA63; }

 p { color: rgb(178,250,99); }

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

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

 a { background-color: rgb(178,250,99); }

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

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

 span { border-color: rgb(178,250,99); }

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