Html Css Color HEX #B0F377 Sulu

📋 copy color: '#B0F377'

red 176 ◦ green 243 ◦ blue 119

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

Shades of Sulu #B0F377

Tints of Sulu #B0F377

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

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

R = 32.71%
G = 45.17%
B = 22.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#B0F377 (or 0xB0F377) is known color: Sulu. HEX triplet: B0, F3 and 77. RGB value is (176,243,119). Sum of RGB (Red+Green+Blue) = 176+243+119=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F377 is #4F0C88. Grayscale: #D1D1D1. Windows color (decimal): -5180553 or 7861168. OLE color: 7861168.

HSL color Cylindrical-coordinate representation of color #B0F377: hue angle of 92.42º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0F377 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 119 -
CMYK 0.28 0 0.51 0.05
HSL 92.42º 0.84% 0.71% -
HSV(B) 92.42º 0.51% 0.95% -
XYZ 53.28 74.66 29.06 -
YUV 208.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 176 243 119 0.28 0 0.51 0.05 92.42 0.84 0.71
Hex B0 F3 77 1C 0 33 5 5C 54 47
Octal 260 363 167 34 0 63 5 134 124 107
Binary 10110000 11110011 1110111 11100 0 110011 101 1011100 1010100 1000111

Color Harmonies of #B0F377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F377

Black with #B0F377

Text Example


Text Example

White with #B0F377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F377; }

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

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

background-color css

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

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

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

border-color css

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

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

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