#BBFD6C

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

Shades of Sulu #BBFD6C

Tints of Sulu #BBFD6C

Color information

#BBFD6C (or 0xBBFD6C) is unknown color: approx Sulu. HEX triplet: BB, FD and 6C. RGB value is (187,253,108). Sum of RGB (Red+Green+Blue) = 187+253+108=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD6C is #440293. Grayscale: #D9D9D9. Windows color (decimal): -4457108 or 7142843. OLE color: 7142843.

HSL color Cylindrical-coordinate representation of color #BBFD6C: hue angle of 87.31º 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 #BBFD6C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB187253108-
CMYK0.2600.570.01
HSL87.31º97.32%70.78%-
HSV(B)87.31º57.31%99.22%-
XYZ58.3381.926.92-
YUV216.7466.63106.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 253 (99.22% from 255) = 46.17%
BLUE value IS 108 (42.58% from 255) = 19.71%
R=34.12%
G=46.17%
B=19.71%

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
Decimal1872531080.2600.570.0187.3197.3270.78
HexBBFD6C1A0391576147
Octal273375154320711127141107
Binary101110111111110111011001101001110011101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD6C; }

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

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

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

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

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

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

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

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