#BBFD6D

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

Shades of Sulu #BBFD6D

Tints of Sulu #BBFD6D

Color information

#BBFD6D (or 0xBBFD6D) is unknown color: approx Sulu. HEX triplet: BB, FD and 6D. RGB value is (187,253,109). Sum of RGB (Red+Green+Blue) = 187+253+109=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD6D is #440292. Grayscale: #D9D9D9. Windows color (decimal): -4457107 or 7208379. OLE color: 7208379.

HSL color Cylindrical-coordinate representation of color #BBFD6D: hue angle of 87.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBFD6D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB187253109-
CMYK0.2600.570.01
HSL87.5º97.3%70.98%-
HSV(B)87.5º56.92%99.22%-
XYZ58.3881.9227.2-
YUV216.8567.13106.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 109 (42.97% from 255) = 19.85%
R=34.06%
G=46.08%
B=19.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531090.2600.570.0187.597.370.98
HexBBFD6D1A0391586147
Octal273375155320711130141107
Binary101110111111110111011011101001110011101100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD6D; }

 p { color: rgb(187,253,109); }

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

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

 a { background-color: rgb(187,253,109); }

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

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

 span { border-color: rgb(187,253,109); }

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