Html Css Color HEX #B0F981 Sulu

📋 copy color: '#B0F981'

red 176 ◦ green 249 ◦ blue 129

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

Shades of Sulu #B0F981

Tints of Sulu #B0F981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.29%

R = 31.77%
G = 44.95%
B = 23.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#B0F981 (or 0xB0F981) is known color: Sulu. HEX triplet: B0, F9 and 81. RGB value is (176,249,129). Sum of RGB (Red+Green+Blue) = 176+249+129=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F981 is #4F067E. Grayscale: #D5D5D5. Windows color (decimal): -5179007 or 8518064. OLE color: 8518064.

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

Color convert

RGB 176 249 129 -
CMYK 0.29 0 0.48 0.02
HSL 96.5º 0.91% 0.74% -
HSV(B) 96.5º 0.48% 0.98% -
XYZ 55.74 78.57 33 -
YUV 213.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 176 249 129 0.29 0 0.48 0.02 96.5 0.91 0.74
Hex B0 F9 81 1D 0 30 2 60 5B 4A
Octal 260 371 201 35 0 60 2 140 133 112
Binary 10110000 11111001 10000001 11101 0 110000 10 1100000 1011011 1001010

Color Harmonies of #B0F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F981

Black with #B0F981

Text Example


Text Example

White with #B0F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F981; }

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

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

background-color css

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

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

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

border-color css

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

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

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