Html Css Color HEX #B1F780 Sulu

📋 copy color: '#B1F780'

red 177 ◦ green 247 ◦ blue 128

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

Shades of Sulu #B1F780

Tints of Sulu #B1F780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 32.07%
G = 44.75%
B = 23.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#B1F780 (or 0xB1F780) is known color: Sulu. HEX triplet: B1, F7 and 80. RGB value is (177,247,128). Sum of RGB (Red+Green+Blue) = 177+247+128=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F780 is #4E087F. Grayscale: #D4D4D4. Windows color (decimal): -5113984 or 8452017. OLE color: 8452017.

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

Color convert

RGB 177 247 128 -
CMYK 0.28 0 0.48 0.03
HSL 95.29º 0.88% 0.74% -
HSV(B) 95.29º 0.48% 0.97% -
XYZ 55.29 77.43 32.45 -
YUV 212.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 177 247 128 0.28 0 0.48 0.03 95.29 0.88 0.74
Hex B1 F7 80 1C 0 30 3 5F 58 4A
Octal 261 367 200 34 0 60 3 137 130 112
Binary 10110001 11110111 10000000 11100 0 110000 11 1011111 1011000 1001010

Color Harmonies of #B1F780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F780

Black with #B1F780

Text Example


Text Example

White with #B1F780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F780; }

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

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

background-color css

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

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

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

border-color css

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

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

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