#B2FA6D

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

Shades of Sulu #B2FA6D

Tints of Sulu #B2FA6D

Color information

#B2FA6D (or 0xB2FA6D) is unknown color: approx Sulu. HEX triplet: B2, FA and 6D. RGB value is (178,250,109). Sum of RGB (Red+Green+Blue) = 178+250+109=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA6D is #4D0592. Grayscale: #D4D4D4. Windows color (decimal): -5047699 or 7207602. OLE color: 7207602.

HSL color Cylindrical-coordinate representation of color #B2FA6D: hue angle of 90.64º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2FA6D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB178250109-
CMYK0.2900.560.02
HSL90.64º93.38%70.39%-
HSV(B)90.64º56.4%98.04%-
XYZ55.3178.9426.79-
YUV212.469.65103.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=33.15%
G=46.55%
B=20.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782501090.2900.560.0290.6493.3870.39
HexB2FA6D1D03825b5d46
Octal262372155350702133135106
Binary1011001011111010110110111101011100010101101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FA6D; }

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

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

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

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

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

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

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

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