Html Css Color HEX #B1F97D Sulu

📋 copy color: '#B1F97D'

red 177 ◦ green 249 ◦ blue 125

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

Shades of Sulu #B1F97D

Tints of Sulu #B1F97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.69%

R = 32.12%
G = 45.19%
B = 22.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#B1F97D (or 0xB1F97D) is known color: Sulu. HEX triplet: B1, F9 and 7D. RGB value is (177,249,125). Sum of RGB (Red+Green+Blue) = 177+249+125=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F97D is #4E0682. Grayscale: #D5D5D5. Windows color (decimal): -5113475 or 8255921. OLE color: 8255921.

HSL color Cylindrical-coordinate representation of color #B1F97D: hue angle of 94.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F97D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 125 -
CMYK 0.29 0 0.50 0.02
HSL 94.84º 0.91% 0.73% -
HSV(B) 94.84º 0.5% 0.98% -
XYZ 55.71 78.58 31.63 -
YUV 213.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 177 249 125 0.29 0 0.50 0.02 94.84 0.91 0.73
Hex B1 F9 7D 1D 0 32 2 5F 5B 49
Octal 261 371 175 35 0 62 2 137 133 111
Binary 10110001 11111001 1111101 11101 0 110010 10 1011111 1011011 1001001

Color Harmonies of #B1F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F97D

Black with #B1F97D

Text Example


Text Example

White with #B1F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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