Html Css Color HEX #B1F170 Sulu

📋 copy color: '#B1F170'

red 177 ◦ green 241 ◦ blue 112

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

Shades of Sulu #B1F170

Tints of Sulu #B1F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 33.4%
G = 45.47%
B = 21.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#B1F170 (or 0xB1F170) is known color: Sulu. HEX triplet: B1, F1 and 70. RGB value is (177,241,112). Sum of RGB (Red+Green+Blue) = 177+241+112=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F170 is #4E0E8F. Grayscale: #CFCFCF. Windows color (decimal): -5115536 or 7401905. OLE color: 7401905.

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

Color convert

RGB 177 241 112 -
CMYK 0.27 0 0.54 0.05
HSL 89.77º 0.82% 0.69% -
HSV(B) 89.77º 0.54% 0.95% -
XYZ 52.51 73.43 26.73 -
YUV 207.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 177 241 112 0.27 0 0.54 0.05 89.77 0.82 0.69
Hex B1 F1 70 1B 0 36 5 5A 52 45
Octal 261 361 160 33 0 66 5 132 122 105
Binary 10110001 11110001 1110000 11011 0 110110 101 1011010 1010010 1000101

Color Harmonies of #B1F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F170

Black with #B1F170

Text Example


Text Example

White with #B1F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F170; }

 p { color: rgb(177,241,112); }

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

background-color css

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

 a { background-color: rgb(177,241,112); }

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

border-color css

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

 span { border-color: rgb(177,241,112); }

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