#BBF768

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

Shades of Sulu #BBF768

Tints of Sulu #BBF768

Color information

#BBF768 (or 0xBBF768) is unknown color: approx Sulu. HEX triplet: BB, F7 and 68. RGB value is (187,247,104). Sum of RGB (Red+Green+Blue) = 187+247+104=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF768 is #440897. Grayscale: #D5D5D5. Windows color (decimal): -4458648 or 6879163. OLE color: 6879163.

HSL color Cylindrical-coordinate representation of color #BBF768: hue angle of 85.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF768 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB187247104-
CMYK0.2400.580.03
HSL85.17º89.94%68.82%-
HSV(B)85.17º57.89%96.86%-
XYZ56.2578.0925.2-
YUV212.7666.62109.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=34.76%
G=45.91%
B=19.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872471040.2400.580.0385.1789.9468.82
HexBBF7681803A3555a45
Octal273367150300723125132105
Binary1011101111110111110100011000011101011101010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF768; }

 p { color: rgb(187,247,104); }

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

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

 a { background-color: rgb(187,247,104); }

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

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

 span { border-color: rgb(187,247,104); }

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