#B2FC6A

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

Shades of Sulu #B2FC6A

Tints of Sulu #B2FC6A

Color information

#B2FC6A (or 0xB2FC6A) is unknown color: approx Sulu. HEX triplet: B2, FC and 6A. RGB value is (178,252,106). Sum of RGB (Red+Green+Blue) = 178+252+106=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC6A is #4D0395. Grayscale: #D5D5D5. Windows color (decimal): -5047190 or 7011506. OLE color: 7011506.

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

Color convert

RGB178252106-
CMYK0.2900.580.01
HSL90.41º96.05%70.2%-
HSV(B)90.41º57.94%98.82%-
XYZ55.7780.1326.16-
YUV213.2367.48102.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=33.21%
G=47.01%
B=19.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782521060.2900.580.0190.4196.0570.2
HexB2FC6A1D03A15a6046
Octal262374152350721132140106
Binary101100101111110011010101110101110101101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FC6A; }

 p { color: rgb(178,252,106); }

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

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

 a { background-color: rgb(178,252,106); }

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

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

 span { border-color: rgb(178,252,106); }

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