Html Css Color HEX #B0F980 Sulu

📋 copy color: '#B0F980'

red 176 ◦ green 249 ◦ blue 128

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

Shades of Sulu #B0F980

Tints of Sulu #B0F980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

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

R = 31.83%
G = 45.03%
B = 23.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#B0F980 (or 0xB0F980) is known color: Sulu. HEX triplet: B0, F9 and 80. RGB value is (176,249,128). Sum of RGB (Red+Green+Blue) = 176+249+128=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F980 is #4F067F. Grayscale: #D5D5D5. Windows color (decimal): -5179008 or 8452528. OLE color: 8452528.

HSL color Cylindrical-coordinate representation of color #B0F980: hue angle of 96.2º degrees, saturation: 0.91, 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 #B0F980 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 128 -
CMYK 0.29 0 0.49 0.02
HSL 96.2º 0.91% 0.74% -
HSV(B) 96.2º 0.49% 0.98% -
XYZ 55.68 78.54 32.65 -
YUV 213.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 176 249 128 0.29 0 0.49 0.02 96.2 0.91 0.74
Hex B0 F9 80 1D 0 31 2 60 5B 4A
Octal 260 371 200 35 0 61 2 140 133 112
Binary 10110000 11111001 10000000 11101 0 110001 10 1100000 1011011 1001010

Color Harmonies of #B0F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F980

Black with #B0F980

Text Example


Text Example

White with #B0F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F980; }

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

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

background-color css

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

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

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

border-color css

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

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

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