#B3FF84

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

Shades of Sulu #B3FF84

Tints of Sulu #B3FF84

Color information

#B3FF84 (or 0xB3FF84) is unknown color: approx Sulu. HEX triplet: B3, FF and 84. RGB value is (179,255,132). Sum of RGB (Red+Green+Blue) = 179+255+132=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FF84 is #4C007B. Grayscale: #DADADA. Windows color (decimal): -4980860 or 8716211. OLE color: 8716211.

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

Color convert

RGB179255132-
CMYK0.3000.480
HSL97.07º100%75.88%-
HSV(B)97.07º48.24%100%-
XYZ58.5282.7734.72-
YUV218.2579.32100-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 132 (51.95% from 255) = 23.32%
R=31.63%
G=45.05%
B=23.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551320.3000.48097.0710075.88
HexB3FF841E030061644c
Octal263377204360600141144114
Binary1011001111111111100001001111001100000110000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF84; }

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

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

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

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

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

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

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

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