Html Css Color HEX #B1F279 Sulu

📋 copy color: '#B1F279'

red 177 ◦ green 242 ◦ blue 121

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

Shades of Sulu #B1F279

Tints of Sulu #B1F279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.81%

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 32.78%
G = 44.81%
B = 22.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#B1F279 (or 0xB1F279) is known color: Sulu. HEX triplet: B1, F2 and 79. RGB value is (177,242,121). Sum of RGB (Red+Green+Blue) = 177+242+121=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F279 is #4E0D86. Grayscale: #D1D1D1. Windows color (decimal): -5115271 or 7991985. OLE color: 7991985.

HSL color Cylindrical-coordinate representation of color #B1F279: hue angle of 92.23º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F279 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 242 121 -
CMYK 0.27 0 0.50 0.05
HSL 92.23º 0.82% 0.71% -
HSV(B) 92.23º 0.5% 0.95% -
XYZ 53.33 74.23 29.61 -
YUV 208.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 177 242 121 0.27 0 0.50 0.05 92.23 0.82 0.71
Hex B1 F2 79 1B 0 32 5 5C 52 47
Octal 261 362 171 33 0 62 5 134 122 107
Binary 10110001 11110010 1111001 11011 0 110010 101 1011100 1010010 1000111

Color Harmonies of #B1F279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F279

Black with #B1F279

Text Example


Text Example

White with #B1F279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F279; }

 p { color: rgb(177,242,121); }

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

background-color css

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

 a { background-color: rgb(177,242,121); }

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

border-color css

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

 span { border-color: rgb(177,242,121); }

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