#BBF278

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

Shades of Sulu #BBF278

Tints of Sulu #BBF278

Color information

#BBF278 (or 0xBBF278) is unknown color: approx Sulu. HEX triplet: BB, F2 and 78. RGB value is (187,242,120). Sum of RGB (Red+Green+Blue) = 187+242+120=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF278 is #440D87. Grayscale: #D4D4D4. Windows color (decimal): -4459912 or 7926459. OLE color: 7926459.

HSL color Cylindrical-coordinate representation of color #BBF278: hue angle of 87.05º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF278 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB187242120-
CMYK0.2300.500.05
HSL87.05º82.43%70.98%-
HSV(B)87.05º50.41%94.9%-
XYZ55.6475.4329.4-
YUV211.6576.28110.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 242 (94.92% from 255) = 44.08%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=34.06%
G=44.08%
B=21.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421200.2300.500.0587.0582.4370.98
HexBBF278170325575247
Octal273362170270625127122107
Binary10111011111100101111000101110110010101101011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF278; }

 p { color: rgb(187,242,120); }

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

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

 a { background-color: rgb(187,242,120); }

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

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

 span { border-color: rgb(187,242,120); }

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