Html Css Color HEX #B1FA75 Sulu

📋 copy color: '#B1FA75'

red 177 ◦ green 250 ◦ blue 117

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

Shades of Sulu #B1FA75

Tints of Sulu #B1FA75

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.96%

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

R = 32.54%
G = 45.96%
B = 21.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#B1FA75 (or 0xB1FA75) is known color: Sulu. HEX triplet: B1, FA and 75. RGB value is (177,250,117). Sum of RGB (Red+Green+Blue) = 177+250+117=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA75 is #4E058A. Grayscale: #D5D5D5. Windows color (decimal): -5113227 or 7731889. OLE color: 7731889.

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

Color convert

RGB 177 250 117 -
CMYK 0.29 0 0.53 0.02
HSL 92.93º 0.93% 0.72% -
HSV(B) 92.93º 0.53% 0.98% -
XYZ 55.53 79 29.15 -
YUV 213.01 73.82 102.31 -
System Red Green Blue C M Y K H S L
Decimal 177 250 117 0.29 0 0.53 0.02 92.93 0.93 0.72
Hex B1 FA 75 1D 0 35 2 5D 5D 48
Octal 261 372 165 35 0 65 2 135 135 110
Binary 10110001 11111010 1110101 11101 0 110101 10 1011101 1011101 1001000

Color Harmonies of #B1FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FA75

Black with #B1FA75

Text Example


Text Example

White with #B1FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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