Html Css Color HEX #B1F96D Sulu

📋 copy color: '#B1F96D'

red 177 ◦ green 249 ◦ blue 109

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

Shades of Sulu #B1F96D

Tints of Sulu #B1F96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 33.08%
G = 46.54%
B = 20.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#B1F96D (or 0xB1F96D) is known color: Sulu. HEX triplet: B1, F9 and 6D. RGB value is (177,249,109). Sum of RGB (Red+Green+Blue) = 177+249+109=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F96D is #4E0692. Grayscale: #D4D4D4. Windows color (decimal): -5113491 or 7207345. OLE color: 7207345.

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

Color convert

RGB 177 249 109 -
CMYK 0.29 0 0.56 0.02
HSL 90.86º 0.92% 0.7% -
HSV(B) 90.86º 0.56% 0.98% -
XYZ 54.77 78.2 26.68 -
YUV 211.51 70.15 103.38 -
System Red Green Blue C M Y K H S L
Decimal 177 249 109 0.29 0 0.56 0.02 90.86 0.92 0.7
Hex B1 F9 6D 1D 0 38 2 5B 5C 46
Octal 261 371 155 35 0 70 2 133 134 106
Binary 10110001 11111001 1101101 11101 0 111000 10 1011011 1011100 1000110

Color Harmonies of #B1F96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F96D

Black with #B1F96D

Text Example


Text Example

White with #B1F96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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