Html Css Color HEX #B1F971 Sulu

📋 copy color: '#B1F971'

red 177 ◦ green 249 ◦ blue 113

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

Shades of Sulu #B1F971

Tints of Sulu #B1F971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 32.84%
G = 46.2%
B = 20.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#B1F971 (or 0xB1F971) is known color: Sulu. HEX triplet: B1, F9 and 71. RGB value is (177,249,113). Sum of RGB (Red+Green+Blue) = 177+249+113=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F971 is #4E068E. Grayscale: #D4D4D4. Windows color (decimal): -5113487 or 7469489. OLE color: 7469489.

HSL color Cylindrical-coordinate representation of color #B1F971: hue angle of 91.76º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1F971 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 113 -
CMYK 0.29 0 0.55 0.02
HSL 91.76º 0.92% 0.71% -
HSV(B) 91.76º 0.55% 0.98% -
XYZ 54.99 78.29 27.84 -
YUV 211.97 72.15 103.06 -
System Red Green Blue C M Y K H S L
Decimal 177 249 113 0.29 0 0.55 0.02 91.76 0.92 0.71
Hex B1 F9 71 1D 0 37 2 5C 5C 47
Octal 261 371 161 35 0 67 2 134 134 107
Binary 10110001 11111001 1110001 11101 0 110111 10 1011100 1011100 1000111

Color Harmonies of #B1F971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F971

Black with #B1F971

Text Example


Text Example

White with #B1F971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F971; }

 p { color: rgb(177,249,113); }

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

background-color css

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

 a { background-color: rgb(177,249,113); }

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

border-color css

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

 span { border-color: rgb(177,249,113); }

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