#BBF08D

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

Shades of Sulu #BBF08D

Tints of Sulu #BBF08D

Color information

#BBF08D (or 0xBBF08D) is unknown color: approx Sulu. HEX triplet: BB, F0 and 8D. RGB value is (187,240,141). Sum of RGB (Red+Green+Blue) = 187+240+141=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF08D is #440F72. Grayscale: #D5D5D5. Windows color (decimal): -4460403 or 9302203. OLE color: 9302203.

HSL color Cylindrical-coordinate representation of color #BBF08D: hue angle of 92.12º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF08D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB187240141-
CMYK0.2200.410.06
HSL92.12º76.74%74.71%-
HSV(B)92.12º41.25%94.12%-
XYZ56.4674.8136.66-
YUV212.8787.44109.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=32.92%
G=42.25%
B=24.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401410.2200.410.0692.1276.7474.71
HexBBF08D1602965c4d4b
Octal273360215260516134115113
Binary101110111111000010001101101100101001110101110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF08D; }

 p { color: rgb(187,240,141); }

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

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

 a { background-color: rgb(187,240,141); }

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

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

 span { border-color: rgb(187,240,141); }

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