Html Css Color HEX #B0FF84 Sulu

📋 copy color: '#B0FF84'

red 176 ◦ green 255 ◦ blue 132

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

Shades of Sulu #B0FF84

Tints of Sulu #B0FF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.45%

R = 31.26%
G = 45.29%
B = 23.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#B0FF84 (or 0xB0FF84) is known color: Sulu. HEX triplet: B0, FF and 84. RGB value is (176,255,132). Sum of RGB (Red+Green+Blue) = 176+255+132=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF84 is #4F007B. Grayscale: #D9D9D9. Windows color (decimal): -5177468 or 8716208. OLE color: 8716208.

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

Color convert

RGB 176 255 132 -
CMYK 0.31 0 0.48 0
HSL 98.54º 1% 0.76% -
HSV(B) 98.54º 0.48% 1% -
XYZ 57.83 82.42 34.69 -
YUV 217.36 79.83 98.5 -
System Red Green Blue C M Y K H S L
Decimal 176 255 132 0.31 0 0.48 0 98.54 1 0.76
Hex B0 FF 84 1F 0 30 0 63 64 4C
Octal 260 377 204 37 0 60 0 143 144 114
Binary 10110000 11111111 10000100 11111 0 110000 0 1100011 1100100 1001100

Color Harmonies of #B0FF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF84

Black with #B0FF84

Text Example


Text Example

White with #B0FF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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