#BBF481

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

Shades of Sulu #BBF481

Tints of Sulu #BBF481

Color information

#BBF481 (or 0xBBF481) is unknown color: approx Sulu. HEX triplet: BB, F4 and 81. RGB value is (187,244,129). Sum of RGB (Red+Green+Blue) = 187+244+129=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF481 is #440B7E. Grayscale: #D6D6D6. Windows color (decimal): -4459391 or 8516795. OLE color: 8516795.

HSL color Cylindrical-coordinate representation of color #BBF481: hue angle of 89.74º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF481 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB187244129-
CMYK0.2300.470.04
HSL89.74º83.94%73.14%-
HSV(B)89.74º47.13%95.69%-
XYZ56.8176.8532.61-
YUV213.8580.12108.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 244 (95.70% from 255) = 43.57%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=33.39%
G=43.57%
B=23.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872441290.2300.470.0489.7483.9473.14
HexBBF4811702F45a5449
Octal273364201270574132124111
Binary101110111111010010000001101110101111100101101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF481; }

 p { color: rgb(187,244,129); }

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

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

 a { background-color: rgb(187,244,129); }

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

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

 span { border-color: rgb(187,244,129); }

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