Html Css Color HEX #B0FC77 Sulu

📋 copy color: '#B0FC77'

red 176 ◦ green 252 ◦ blue 119

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

Shades of Sulu #B0FC77

Tints of Sulu #B0FC77

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 32.18%
G = 46.07%
B = 21.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#B0FC77 (or 0xB0FC77) is known color: Sulu. HEX triplet: B0, FC and 77. RGB value is (176,252,119). Sum of RGB (Red+Green+Blue) = 176+252+119=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC77 is #4F0388. Grayscale: #D6D6D6. Windows color (decimal): -5178249 or 7863472. OLE color: 7863472.

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

Color convert

RGB 176 252 119 -
CMYK 0.30 0 0.53 0.01
HSL 94.29º 0.96% 0.73% -
HSV(B) 94.29º 0.53% 0.99% -
XYZ 56.04 80.18 29.98 -
YUV 214.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 176 252 119 0.30 0 0.53 0.01 94.29 0.96 0.73
Hex B0 FC 77 1E 0 35 1 5E 60 49
Octal 260 374 167 36 0 65 1 136 140 111
Binary 10110000 11111100 1110111 11110 0 110101 1 1011110 1100000 1001001

Color Harmonies of #B0FC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC77

Black with #B0FC77

Text Example


Text Example

White with #B0FC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC77; }

 p { color: rgb(176,252,119); }

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

background-color css

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

 a { background-color: rgb(176,252,119); }

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

border-color css

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

 span { border-color: rgb(176,252,119); }

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