Html Css Color HEX #B1FD86 Sulu

📋 copy color: '#B1FD86'

red 177 ◦ green 253 ◦ blue 134

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

Shades of Sulu #B1FD86

Tints of Sulu #B1FD86

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.86%

 BLUE value IS 134 (52.73% from 255) = 23.76%

R = 31.38%
G = 44.86%
B = 23.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#B1FD86 (or 0xB1FD86) is known color: Sulu. HEX triplet: B1, FD and 86. RGB value is (177,253,134). Sum of RGB (Red+Green+Blue) = 177+253+134=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FD86 is #4E0279. Grayscale: #D9D9D9. Windows color (decimal): -5112442 or 8846769. OLE color: 8846769.

HSL color Cylindrical-coordinate representation of color #B1FD86: hue angle of 98.32º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1FD86 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 134 -
CMYK 0.30 0 0.47 0.01
HSL 98.32º 0.97% 0.76% -
HSV(B) 98.32º 0.47% 0.99% -
XYZ 57.56 81.32 35.22 -
YUV 216.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 177 253 134 0.30 0 0.47 0.01 98.32 0.97 0.76
Hex B1 FD 86 1E 0 2F 1 62 61 4C
Octal 261 375 206 36 0 57 1 142 141 114
Binary 10110001 11111101 10000110 11110 0 101111 1 1100010 1100001 1001100

Color Harmonies of #B1FD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD86

Black with #B1FD86

Text Example


Text Example

White with #B1FD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD86; }

 p { color: rgb(177,253,134); }

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

background-color css

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

 a { background-color: rgb(177,253,134); }

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

border-color css

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

 span { border-color: rgb(177,253,134); }

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