Html Css Color HEX #B0FB80 Sulu

📋 copy color: '#B0FB80'

red 176 ◦ green 251 ◦ blue 128

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

Shades of Sulu #B0FB80

Tints of Sulu #B0FB80

RGB

 RED value IS 176 (69.14% from 255) = 31.71%

 GREEN value IS 251 (98.44% from 255) = 45.23%

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

R = 31.71%
G = 45.23%
B = 23.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#B0FB80 (or 0xB0FB80) is known color: Sulu. HEX triplet: B0, FB and 80. RGB value is (176,251,128). Sum of RGB (Red+Green+Blue) = 176+251+128=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB80 is #4F047F. Grayscale: #D6D6D6. Windows color (decimal): -5178496 or 8453040. OLE color: 8453040.

HSL color Cylindrical-coordinate representation of color #B0FB80: hue angle of 96.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0FB80 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 128 -
CMYK 0.30 0 0.49 0.02
HSL 96.59º 0.94% 0.74% -
HSV(B) 96.59º 0.49% 0.98% -
XYZ 56.3 79.78 32.85 -
YUV 214.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 176 251 128 0.30 0 0.49 0.02 96.59 0.94 0.74
Hex B0 FB 80 1E 0 31 2 61 5E 4A
Octal 260 373 200 36 0 61 2 141 136 112
Binary 10110000 11111011 10000000 11110 0 110001 10 1100001 1011110 1001010

Color Harmonies of #B0FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB80

Black with #B0FB80

Text Example


Text Example

White with #B0FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB80; }

 p { color: rgb(176,251,128); }

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

background-color css

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

 a { background-color: rgb(176,251,128); }

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

border-color css

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

 span { border-color: rgb(176,251,128); }

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