Html Css Color HEX #B0F276 Sulu

📋 copy color: '#B0F276'

red 176 ◦ green 242 ◦ blue 118

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

Shades of Sulu #B0F276

Tints of Sulu #B0F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.15%

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 32.84%
G = 45.15%
B = 22.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#B0F276 (or 0xB0F276) is known color: Sulu. HEX triplet: B0, F2 and 76. RGB value is (176,242,118). Sum of RGB (Red+Green+Blue) = 176+242+118=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F276 is #4F0D89. Grayscale: #D0D0D0. Windows color (decimal): -5180810 or 7795376. OLE color: 7795376.

HSL color Cylindrical-coordinate representation of color #B0F276: hue angle of 91.94º degrees, saturation: 0.83, 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 #B0F276 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 118 -
CMYK 0.27 0 0.51 0.05
HSL 91.94º 0.83% 0.71% -
HSV(B) 91.94º 0.51% 0.95% -
XYZ 52.93 74.04 28.64 -
YUV 208.13 77.13 105.08 -
System Red Green Blue C M Y K H S L
Decimal 176 242 118 0.27 0 0.51 0.05 91.94 0.83 0.71
Hex B0 F2 76 1B 0 33 5 5C 53 47
Octal 260 362 166 33 0 63 5 134 123 107
Binary 10110000 11110010 1110110 11011 0 110011 101 1011100 1010011 1000111

Color Harmonies of #B0F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F276

Black with #B0F276

Text Example


Text Example

White with #B0F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F276; }

 p { color: rgb(176,242,118); }

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

background-color css

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

 a { background-color: rgb(176,242,118); }

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

border-color css

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

 span { border-color: rgb(176,242,118); }

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