Html Css Color HEX #B1F875 Sulu

📋 copy color: '#B1F875'

red 177 ◦ green 248 ◦ blue 117

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

Shades of Sulu #B1F875

Tints of Sulu #B1F875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 32.66%
G = 45.76%
B = 21.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#B1F875 (or 0xB1F875) is known color: Sulu. HEX triplet: B1, F8 and 75. RGB value is (177,248,117). Sum of RGB (Red+Green+Blue) = 177+248+117=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F875 is #4E078A. Grayscale: #D4D4D4. Windows color (decimal): -5113739 or 7731377. OLE color: 7731377.

HSL color Cylindrical-coordinate representation of color #B1F875: hue angle of 92.52º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1F875 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 248 117 -
CMYK 0.29 0 0.53 0.03
HSL 92.52º 0.9% 0.72% -
HSV(B) 92.52º 0.53% 0.97% -
XYZ 54.91 77.77 28.95 -
YUV 211.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 177 248 117 0.29 0 0.53 0.03 92.52 0.9 0.72
Hex B1 F8 75 1D 0 35 3 5D 5A 48
Octal 261 370 165 35 0 65 3 135 132 110
Binary 10110001 11111000 1110101 11101 0 110101 11 1011101 1011010 1001000

Color Harmonies of #B1F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F875

Black with #B1F875

Text Example


Text Example

White with #B1F875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F875; }

 p { color: rgb(177,248,117); }

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

background-color css

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

 a { background-color: rgb(177,248,117); }

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

border-color css

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

 span { border-color: rgb(177,248,117); }

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