Html Css Color HEX #B0FE84 Sulu

📋 copy color: '#B0FE84'

red 176 ◦ green 254 ◦ blue 132

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

Shades of Sulu #B0FE84

Tints of Sulu #B0FE84

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.2%

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

R = 31.32%
G = 45.2%
B = 23.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#B0FE84 (or 0xB0FE84) is known color: Sulu. HEX triplet: B0, FE and 84. RGB value is (176,254,132). Sum of RGB (Red+Green+Blue) = 176+254+132=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE84 is #4F017B. Grayscale: #D9D9D9. Windows color (decimal): -5177724 or 8715952. OLE color: 8715952.

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

Color convert

RGB 176 254 132 -
CMYK 0.31 0 0.48 0.00
HSL 98.36º 0.98% 0.76% -
HSV(B) 98.36º 0.48% 1% -
XYZ 57.51 81.78 34.58 -
YUV 216.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 176 254 132 0.31 0 0.48 0.00 98.36 0.98 0.76
Hex B0 FE 84 1F 0 30 0 62 62 4C
Octal 260 376 204 37 0 60 0 142 142 114
Binary 10110000 11111110 10000100 11111 0 110000 0 1100010 1100010 1001100

Color Harmonies of #B0FE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE84

Black with #B0FE84

Text Example


Text Example

White with #B0FE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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