Html Css Color HEX #B1FD6F Sulu

📋 copy color: '#B1FD6F'

red 177 ◦ green 253 ◦ blue 111

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

Shades of Sulu #B1FD6F

Tints of Sulu #B1FD6F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.77%

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 32.72%
G = 46.77%
B = 20.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#B1FD6F (or 0xB1FD6F) is known color: Sulu. HEX triplet: B1, FD and 6F. RGB value is (177,253,111). Sum of RGB (Red+Green+Blue) = 177+253+111=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD6F is #4E0290. Grayscale: #D6D6D6. Windows color (decimal): -5112465 or 7339441. OLE color: 7339441.

HSL color Cylindrical-coordinate representation of color #B1FD6F: hue angle of 92.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1FD6F is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 111 -
CMYK 0.30 0 0.56 0.01
HSL 92.11º 0.97% 0.71% -
HSV(B) 92.11º 0.56% 0.99% -
XYZ 56.13 80.75 27.67 -
YUV 214.09 69.82 101.55 -
System Red Green Blue C M Y K H S L
Decimal 177 253 111 0.30 0 0.56 0.01 92.11 0.97 0.71
Hex B1 FD 6F 1E 0 38 1 5C 61 47
Octal 261 375 157 36 0 70 1 134 141 107
Binary 10110001 11111101 1101111 11110 0 111000 1 1011100 1100001 1000111

Color Harmonies of #B1FD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD6F

Black with #B1FD6F

Text Example


Text Example

White with #B1FD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD6F; }

 p { color: rgb(177,253,111); }

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

background-color css

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

 a { background-color: rgb(177,253,111); }

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

border-color css

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

 span { border-color: rgb(177,253,111); }

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