Html Css Color HEX #B1F77C Sulu

📋 copy color: '#B1F77C'

red 177 ◦ green 247 ◦ blue 124

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

Shades of Sulu #B1F77C

Tints of Sulu #B1F77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 124 (48.83% from 255) = 22.63%

R = 32.3%
G = 45.07%
B = 22.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#B1F77C (or 0xB1F77C) is known color: Sulu. HEX triplet: B1, F7 and 7C. RGB value is (177,247,124). Sum of RGB (Red+Green+Blue) = 177+247+124=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F77C is #4E0883. Grayscale: #D4D4D4. Windows color (decimal): -5113988 or 8189873. OLE color: 8189873.

HSL color Cylindrical-coordinate representation of color #B1F77C: hue angle of 94.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F77C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 124 -
CMYK 0.28 0 0.50 0.03
HSL 94.15º 0.88% 0.73% -
HSV(B) 94.15º 0.5% 0.97% -
XYZ 55.03 77.32 31.09 -
YUV 212.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 177 247 124 0.28 0 0.50 0.03 94.15 0.88 0.73
Hex B1 F7 7C 1C 0 32 3 5E 58 49
Octal 261 367 174 34 0 62 3 136 130 111
Binary 10110001 11110111 1111100 11100 0 110010 11 1011110 1011000 1001001

Color Harmonies of #B1F77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F77C

Black with #B1F77C

Text Example


Text Example

White with #B1F77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F77C; }

 p { color: rgb(177,247,124); }

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

background-color css

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

 a { background-color: rgb(177,247,124); }

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

border-color css

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

 span { border-color: rgb(177,247,124); }

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