Html Css Color HEX #BBF780 Sulu

📋 copy color: '#BBF780'

red 187 ◦ green 247 ◦ blue 128

#BBF780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BBF780

Tints of Sulu #BBF780

RGB

 RED value IS 187 (73.44% from 255) = 33.27%

 GREEN value IS 247 (96.88% from 255) = 43.95%

 BLUE value IS 128 (50.39% from 255) = 22.78%

R = 33.27%
G = 43.95%
B = 22.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#BBF780 (or 0xBBF780) is known color: Sulu. HEX triplet: BB, F7 and 80. RGB value is (187,247,128). Sum of RGB (Red+Green+Blue) = 187+247+128=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF780 is #44087F. Grayscale: #D7D7D7. Windows color (decimal): -4458624 or 8452027. OLE color: 8452027.

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

Color convert

RGB 187 247 128 -
CMYK 0.24 0 0.48 0.03
HSL 90.25º 0.88% 0.74% -
HSV(B) 90.25º 0.48% 0.97% -
XYZ 57.65 78.64 32.56 -
YUV 215.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 187 247 128 0.24 0 0.48 0.03 90.25 0.88 0.74
Hex BB F7 80 18 0 30 3 5A 58 4A
Octal 273 367 200 30 0 60 3 132 130 112
Binary 10111011 11110111 10000000 11000 0 110000 11 1011010 1011000 1001010

Color Harmonies of #BBF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF780

Black with #BBF780

Text Example


Text Example

White with #BBF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF780; }

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

 H1.HeaderClassName
 {
   color: #BBF780;
 }
 .AnyTagClassName
 {
   color: #BBF780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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