Html Css Color HEX #B1FE70 Sulu

📋 copy color: '#B1FE70'

red 177 ◦ green 254 ◦ blue 112

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

Shades of Sulu #B1FE70

Tints of Sulu #B1FE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.78%

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

R = 32.6%
G = 46.78%
B = 20.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#B1FE70 (or 0xB1FE70) is known color: Sulu. HEX triplet: B1, FE and 70. RGB value is (177,254,112). Sum of RGB (Red+Green+Blue) = 177+254+112=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FE70 is #4E018F. Grayscale: #D7D7D7. Windows color (decimal): -5112208 or 7405233. OLE color: 7405233.

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

Color convert

RGB 177 254 112 -
CMYK 0.30 0 0.56 0.00
HSL 92.54º 0.99% 0.72% -
HSV(B) 92.54º 0.56% 1% -
XYZ 56.5 81.4 28.06 -
YUV 214.79 69.99 101.05 -
System Red Green Blue C M Y K H S L
Decimal 177 254 112 0.30 0 0.56 0.00 92.54 0.99 0.72
Hex B1 FE 70 1E 0 38 0 5D 63 48
Octal 261 376 160 36 0 70 0 135 143 110
Binary 10110001 11111110 1110000 11110 0 111000 0 1011101 1100011 1001000

Color Harmonies of #B1FE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FE70

Black with #B1FE70

Text Example


Text Example

White with #B1FE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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