Html Css Color HEX #B1FF78 Sulu

📋 copy color: '#B1FF78'

red 177 ◦ green 255 ◦ blue 120

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

Shades of Sulu #B1FF78

Tints of Sulu #B1FF78

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 120 (47.27% from 255) = 21.74%

R = 32.07%
G = 46.2%
B = 21.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#B1FF78 (or 0xB1FF78) is known color: Sulu. HEX triplet: B1, FF and 78. RGB value is (177,255,120). Sum of RGB (Red+Green+Blue) = 177+255+120=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF78 is #4E0087. Grayscale: #D8D8D8. Windows color (decimal): -5111944 or 7929777. OLE color: 7929777.

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

Color convert

RGB 177 255 120 -
CMYK 0.31 0 0.53 0
HSL 94.67º 1% 0.74% -
HSV(B) 94.67º 0.53% 1% -
XYZ 57.28 82.22 30.62 -
YUV 216.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 177 255 120 0.31 0 0.53 0 94.67 1 0.74
Hex B1 FF 78 1F 0 35 0 5F 64 4A
Octal 261 377 170 37 0 65 0 137 144 112
Binary 10110001 11111111 1111000 11111 0 110101 0 1011111 1100100 1001010

Color Harmonies of #B1FF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FF78

Black with #B1FF78

Text Example


Text Example

White with #B1FF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FF78; }

 p { color: rgb(177,255,120); }

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

background-color css

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

 a { background-color: rgb(177,255,120); }

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

border-color css

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

 span { border-color: rgb(177,255,120); }

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