Html Css Color HEX #B1F573 Sulu

📋 copy color: '#B1F573'

red 177 ◦ green 245 ◦ blue 115

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

Shades of Sulu #B1F573

Tints of Sulu #B1F573

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 32.96%
G = 45.62%
B = 21.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#B1F573 (or 0xB1F573) is known color: Sulu. HEX triplet: B1, F5 and 73. RGB value is (177,245,115). Sum of RGB (Red+Green+Blue) = 177+245+115=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F573 is #4E0A8C. Grayscale: #D2D2D2. Windows color (decimal): -5114509 or 7599537. OLE color: 7599537.

HSL color Cylindrical-coordinate representation of color #B1F573: hue angle of 91.38º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1F573 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 245 115 -
CMYK 0.28 0 0.53 0.04
HSL 91.38º 0.87% 0.71% -
HSV(B) 91.38º 0.53% 0.96% -
XYZ 53.88 75.89 28.03 -
YUV 209.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 177 245 115 0.28 0 0.53 0.04 91.38 0.87 0.71
Hex B1 F5 73 1C 0 35 4 5B 57 47
Octal 261 365 163 34 0 65 4 133 127 107
Binary 10110001 11110101 1110011 11100 0 110101 100 1011011 1010111 1000111

Color Harmonies of #B1F573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F573

Black with #B1F573

Text Example


Text Example

White with #B1F573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F573; }

 p { color: rgb(177,245,115); }

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

background-color css

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

 a { background-color: rgb(177,245,115); }

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

border-color css

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

 span { border-color: rgb(177,245,115); }

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