#BBF480

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

Shades of Sulu #BBF480

Tints of Sulu #BBF480

Color information

#BBF480 (or 0xBBF480) is unknown color: approx Sulu. HEX triplet: BB, F4 and 80. RGB value is (187,244,128). Sum of RGB (Red+Green+Blue) = 187+244+128=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF480 is #440B7F. Grayscale: #D6D6D6. Windows color (decimal): -4459392 or 8451259. OLE color: 8451259.

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

Color convert

RGB187244128-
CMYK0.2300.480.04
HSL89.48º84.06%72.94%-
HSV(B)89.48º47.54%95.69%-
XYZ56.7476.8232.26-
YUV213.7379.62108.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 244 (95.70% from 255) = 43.65%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=33.45%
G=43.65%
B=22.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872441280.2300.480.0489.4884.0672.94
HexBBF480170304595449
Octal273364200270604131124111
Binary101110111111010010000000101110110000100101100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF480; }

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

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

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

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

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

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

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

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