#B3FF66

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

Shades of Sulu #B3FF66

Tints of Sulu #B3FF66

Color information

#B3FF66 (or 0xB3FF66) is unknown color: approx Sulu. HEX triplet: B3, FF and 66. RGB value is (179,255,102). Sum of RGB (Red+Green+Blue) = 179+255+102=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF66 is #4C0099. Grayscale: #D7D7D7. Windows color (decimal): -4980890 or 6750131. OLE color: 6750131.

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

Color convert

RGB179255102-
CMYK0.3000.60
HSL89.8º100%70%-
HSV(B)89.8º60%100%-
XYZ56.7582.0625.42-
YUV214.8364.32102.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=33.40%
G=47.57%
B=19.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551020.3000.6089.810070
HexB3FF661E03C05a6446
Octal263377146360740132144106
Binary101100111111111111001101111001111000101101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF66; }

 p { color: rgb(179,255,102); }

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

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

 a { background-color: rgb(179,255,102); }

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

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

 span { border-color: rgb(179,255,102); }

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