Html Css Color HEX #BBF380 Sulu

📋 copy color: '#BBF380'

red 187 ◦ green 243 ◦ blue 128

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

Shades of Sulu #BBF380

Tints of Sulu #BBF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.55%

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

R = 33.51%
G = 43.55%
B = 22.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BBF380 (or 0xBBF380) is known color: Sulu. HEX triplet: BB, F3 and 80. RGB value is (187,243,128). Sum of RGB (Red+Green+Blue) = 187+243+128=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF380 is #440C7F. Grayscale: #D5D5D5. Windows color (decimal): -4459648 or 8451003. OLE color: 8451003.

HSL color Cylindrical-coordinate representation of color #BBF380: hue angle of 89.22º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF380 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 128 -
CMYK 0.23 0 0.47 0.05
HSL 89.22º 0.83% 0.73% -
HSV(B) 89.22º 0.47% 0.95% -
XYZ 56.44 76.22 32.16 -
YUV 213.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 187 243 128 0.23 0 0.47 0.05 89.22 0.83 0.73
Hex BB F3 80 17 0 2F 5 59 53 49
Octal 273 363 200 27 0 57 5 131 123 111
Binary 10111011 11110011 10000000 10111 0 101111 101 1011001 1010011 1001001

Color Harmonies of #BBF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF380

Black with #BBF380

Text Example


Text Example

White with #BBF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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