Html Css Color HEX #B1FB84 Sulu

📋 copy color: '#B1FB84'

red 177 ◦ green 251 ◦ blue 132

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

Shades of Sulu #B1FB84

Tints of Sulu #B1FB84

RGB

 RED value IS 177 (69.53% from 255) = 31.61%

 GREEN value IS 251 (98.44% from 255) = 44.82%

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

R = 31.61%
G = 44.82%
B = 23.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#B1FB84 (or 0xB1FB84) is known color: Sulu. HEX triplet: B1, FB and 84. RGB value is (177,251,132). Sum of RGB (Red+Green+Blue) = 177+251+132=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FB84 is #4E047B. Grayscale: #D7D7D7. Windows color (decimal): -5112956 or 8715185. OLE color: 8715185.

HSL color Cylindrical-coordinate representation of color #B1FB84: hue angle of 97.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1FB84 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 251 132 -
CMYK 0.29 0 0.47 0.02
HSL 97.31º 0.94% 0.75% -
HSV(B) 97.31º 0.47% 0.98% -
XYZ 56.79 80.01 34.28 -
YUV 215.31 80.98 100.68 -
System Red Green Blue C M Y K H S L
Decimal 177 251 132 0.29 0 0.47 0.02 97.31 0.94 0.75
Hex B1 FB 84 1D 0 2F 2 61 5E 4B
Octal 261 373 204 35 0 57 2 141 136 113
Binary 10110001 11111011 10000100 11101 0 101111 10 1100001 1011110 1001011

Color Harmonies of #B1FB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FB84

Black with #B1FB84

Text Example


Text Example

White with #B1FB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FB84; }

 p { color: rgb(177,251,132); }

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

background-color css

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

 a { background-color: rgb(177,251,132); }

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

border-color css

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

 span { border-color: rgb(177,251,132); }

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