Html Css Color HEX #B0FF73 Sulu

📋 copy color: '#B0FF73'

red 176 ◦ green 255 ◦ blue 115

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

Shades of Sulu #B0FF73

Tints of Sulu #B0FF73

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 32.23%
G = 46.7%
B = 21.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#B0FF73 (or 0xB0FF73) is known color: Sulu. HEX triplet: B0, FF and 73. RGB value is (176,255,115). Sum of RGB (Red+Green+Blue) = 176+255+115=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF73 is #4F008C. Grayscale: #D7D7D7. Windows color (decimal): -5177485 or 7602096. OLE color: 7602096.

HSL color Cylindrical-coordinate representation of color #B0FF73: hue angle of 93.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0FF73 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 115 -
CMYK 0.31 0 0.55 0
HSL 93.86º 1% 0.73% -
HSV(B) 93.86º 0.55% 1% -
XYZ 56.76 81.99 29.05 -
YUV 215.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 176 255 115 0.31 0 0.55 0 93.86 1 0.73
Hex B0 FF 73 1F 0 37 0 5E 64 49
Octal 260 377 163 37 0 67 0 136 144 111
Binary 10110000 11111111 1110011 11111 0 110111 0 1011110 1100100 1001001

Color Harmonies of #B0FF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF73

Black with #B0FF73

Text Example


Text Example

White with #B0FF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF73; }

 p { color: rgb(176,255,115); }

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

background-color css

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

 a { background-color: rgb(176,255,115); }

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

border-color css

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

 span { border-color: rgb(176,255,115); }

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