Html Css Color HEX #B0FB73 Sulu

📋 copy color: '#B0FB73'

red 176 ◦ green 251 ◦ blue 115

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

Shades of Sulu #B0FB73

Tints of Sulu #B0FB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 32.47%
G = 46.31%
B = 21.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#B0FB73 (or 0xB0FB73) is known color: Sulu. HEX triplet: B0, FB and 73. RGB value is (176,251,115). Sum of RGB (Red+Green+Blue) = 176+251+115=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB73 is #4F048C. Grayscale: #D5D5D5. Windows color (decimal): -5178509 or 7601072. OLE color: 7601072.

HSL color Cylindrical-coordinate representation of color #B0FB73: hue angle of 93.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0FB73 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 115 -
CMYK 0.30 0 0.54 0.02
HSL 93.09º 0.94% 0.72% -
HSV(B) 93.09º 0.54% 0.98% -
XYZ 55.5 79.46 28.63 -
YUV 213.07 72.65 101.56 -
System Red Green Blue C M Y K H S L
Decimal 176 251 115 0.30 0 0.54 0.02 93.09 0.94 0.72
Hex B0 FB 73 1E 0 36 2 5D 5E 48
Octal 260 373 163 36 0 66 2 135 136 110
Binary 10110000 11111011 1110011 11110 0 110110 10 1011101 1011110 1001000

Color Harmonies of #B0FB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB73

Black with #B0FB73

Text Example


Text Example

White with #B0FB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB73; }

 p { color: rgb(176,251,115); }

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

background-color css

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

 a { background-color: rgb(176,251,115); }

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

border-color css

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

 span { border-color: rgb(176,251,115); }

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