Html Css Color HEX #B0FF70 Sulu

📋 copy color: '#B0FF70'

red 176 ◦ green 255 ◦ blue 112

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

Shades of Sulu #B0FF70

Tints of Sulu #B0FF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 32.41%
G = 46.96%
B = 20.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#B0FF70 (or 0xB0FF70) is known color: Sulu. HEX triplet: B0, FF and 70. RGB value is (176,255,112). Sum of RGB (Red+Green+Blue) = 176+255+112=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF70 is #4F008F. Grayscale: #D7D7D7. Windows color (decimal): -5177488 or 7405488. OLE color: 7405488.

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

Color convert

RGB 176 255 112 -
CMYK 0.31 0 0.56 0
HSL 93.15º 1% 0.72% -
HSV(B) 93.15º 0.56% 1% -
XYZ 56.59 81.92 28.16 -
YUV 215.08 69.83 100.13 -
System Red Green Blue C M Y K H S L
Decimal 176 255 112 0.31 0 0.56 0 93.15 1 0.72
Hex B0 FF 70 1F 0 38 0 5D 64 48
Octal 260 377 160 37 0 70 0 135 144 110
Binary 10110000 11111111 1110000 11111 0 111000 0 1011101 1100100 1001000

Color Harmonies of #B0FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF70

Black with #B0FF70

Text Example


Text Example

White with #B0FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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