Html Css Color HEX #BBF080 Sulu

📋 copy color: '#BBF080'

red 187 ◦ green 240 ◦ blue 128

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

Shades of Sulu #BBF080

Tints of Sulu #BBF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

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

R = 33.69%
G = 43.24%
B = 23.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BBF080 (or 0xBBF080) is known color: Sulu. HEX triplet: BB, F0 and 80. RGB value is (187,240,128). Sum of RGB (Red+Green+Blue) = 187+240+128=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF080 is #440F7F. Grayscale: #D3D3D3. Windows color (decimal): -4460416 or 8450235. OLE color: 8450235.

HSL color Cylindrical-coordinate representation of color #BBF080: hue angle of 88.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF080 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 128 -
CMYK 0.22 0 0.47 0.06
HSL 88.39º 0.79% 0.72% -
HSV(B) 88.39º 0.47% 0.94% -
XYZ 55.55 74.44 31.86 -
YUV 211.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 187 240 128 0.22 0 0.47 0.06 88.39 0.79 0.72
Hex BB F0 80 16 0 2F 6 58 4F 48
Octal 273 360 200 26 0 57 6 130 117 110
Binary 10111011 11110000 10000000 10110 0 101111 110 1011000 1001111 1001000

Color Harmonies of #BBF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF080

Black with #BBF080

Text Example


Text Example

White with #BBF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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