Html Css Color HEX #B0FE71 Sulu

📋 copy color: '#B0FE71'

red 176 ◦ green 254 ◦ blue 113

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

Shades of Sulu #B0FE71

Tints of Sulu #B0FE71

RGB

 RED value IS 176 (69.14% from 255) = 32.41%

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

 BLUE value IS 113 (44.53% from 255) = 20.81%

R = 32.41%
G = 46.78%
B = 20.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#B0FE71 (or 0xB0FE71) is known color: Sulu. HEX triplet: B0, FE and 71. RGB value is (176,254,113). Sum of RGB (Red+Green+Blue) = 176+254+113=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE71 is #4F018E. Grayscale: #D7D7D7. Windows color (decimal): -5177743 or 7470768. OLE color: 7470768.

HSL color Cylindrical-coordinate representation of color #B0FE71: hue angle of 93.19º 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 #B0FE71 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 113 -
CMYK 0.31 0 0.56 0.00
HSL 93.19º 0.99% 0.72% -
HSV(B) 93.19º 0.56% 1% -
XYZ 56.33 81.31 28.35 -
YUV 214.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 176 254 113 0.31 0 0.56 0.00 93.19 0.99 0.72
Hex B0 FE 71 1F 0 38 0 5D 63 48
Octal 260 376 161 37 0 70 0 135 143 110
Binary 10110000 11111110 1110001 11111 0 111000 0 1011101 1100011 1001000

Color Harmonies of #B0FE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE71

Black with #B0FE71

Text Example


Text Example

White with #B0FE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE71; }

 p { color: rgb(176,254,113); }

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

background-color css

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

 a { background-color: rgb(176,254,113); }

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

border-color css

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

 span { border-color: rgb(176,254,113); }

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