#BBF88F

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

Shades of Sulu #BBF88F

Tints of Sulu #BBF88F

Color information

#BBF88F (or 0xBBF88F) is unknown color: approx Sulu. HEX triplet: BB, F8 and 8F. RGB value is (187,248,143). Sum of RGB (Red+Green+Blue) = 187+248+143=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF88F is #440770. Grayscale: #DADADA. Windows color (decimal): -4458353 or 9435323. OLE color: 9435323.

HSL color Cylindrical-coordinate representation of color #BBF88F: hue angle of 94.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBF88F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB187248143-
CMYK0.2500.420.03
HSL94.86º88.24%76.67%-
HSV(B)94.86º42.34%97.25%-
XYZ59.0279.6838.26-
YUV217.7985.79106.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 143 (56.25% from 255) = 24.74%
R=32.35%
G=42.91%
B=24.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872481430.2500.420.0394.8688.2476.67
HexBBF88F1902A35f584d
Octal273370217310523137130115
Binary10111011111110001000111111001010101011101111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF88F; }

 p { color: rgb(187,248,143); }

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

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

 a { background-color: rgb(187,248,143); }

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

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

 span { border-color: rgb(187,248,143); }

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