#B2FF6B

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

Shades of Sulu #B2FF6B

Tints of Sulu #B2FF6B

Color information

#B2FF6B (or 0xB2FF6B) is unknown color: approx Sulu. HEX triplet: B2, FF and 6B. RGB value is (178,255,107). Sum of RGB (Red+Green+Blue) = 178+255+107=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF6B is #4D0094. Grayscale: #D7D7D7. Windows color (decimal): -5046421 or 7077810. OLE color: 7077810.

HSL color Cylindrical-coordinate representation of color #B2FF6B: hue angle of 91.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2FF6B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB178255107-
CMYK0.3000.580
HSL91.22º100%70.98%-
HSV(B)91.22º58.04%100%-
XYZ56.7782.0526.75-
YUV215.166.99101.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 107 (42.19% from 255) = 19.81%
R=32.96%
G=47.22%
B=19.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551070.3000.58091.2210070.98
HexB2FF6B1E03A05b6447
Octal262377153360720133144107
Binary101100101111111111010111111001110100101101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF6B; }

 p { color: rgb(178,255,107); }

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

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

 a { background-color: rgb(178,255,107); }

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

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

 span { border-color: rgb(178,255,107); }

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