Html Css Color HEX #B0FF72 Sulu

📋 copy color: '#B0FF72'

red 176 ◦ green 255 ◦ blue 114

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

Shades of Sulu #B0FF72

Tints of Sulu #B0FF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 32.29%
G = 46.79%
B = 20.92%

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

#B0FF72 (or 0xB0FF72) is known color: Sulu. HEX triplet: B0, FF and 72. RGB value is (176,255,114). Sum of RGB (Red+Green+Blue) = 176+255+114=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF72 is #4F008D. Grayscale: #D7D7D7. Windows color (decimal): -5177486 or 7536560. OLE color: 7536560.

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

Color convert

RGB 176 255 114 -
CMYK 0.31 0 0.55 0
HSL 93.62º 1% 0.72% -
HSV(B) 93.62º 0.55% 1% -
XYZ 56.7 81.97 28.75 -
YUV 215.31 70.83 99.96 -
System Red Green Blue C M Y K H S L
Decimal 176 255 114 0.31 0 0.55 0 93.62 1 0.72
Hex B0 FF 72 1F 0 37 0 5E 64 48
Octal 260 377 162 37 0 67 0 136 144 110
Binary 10110000 11111111 1110010 11111 0 110111 0 1011110 1100100 1001000

Color Harmonies of #B0FF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF72

Black with #B0FF72

Text Example


Text Example

White with #B0FF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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