Html Css Color HEX #B0FB83 Sulu

📋 copy color: '#B0FB83'

red 176 ◦ green 251 ◦ blue 131

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

Shades of Sulu #B0FB83

Tints of Sulu #B0FB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.48%

R = 31.54%
G = 44.98%
B = 23.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#B0FB83 (or 0xB0FB83) is known color: Sulu. HEX triplet: B0, FB and 83. RGB value is (176,251,131). Sum of RGB (Red+Green+Blue) = 176+251+131=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB83 is #4F047C. Grayscale: #D7D7D7. Windows color (decimal): -5178493 or 8649648. OLE color: 8649648.

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

Color convert

RGB 176 251 131 -
CMYK 0.30 0 0.48 0.02
HSL 97.5º 0.94% 0.75% -
HSV(B) 97.5º 0.48% 0.98% -
XYZ 56.5 79.86 33.91 -
YUV 214.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 176 251 131 0.30 0 0.48 0.02 97.5 0.94 0.75
Hex B0 FB 83 1E 0 30 2 62 5E 4B
Octal 260 373 203 36 0 60 2 142 136 113
Binary 10110000 11111011 10000011 11110 0 110000 10 1100010 1011110 1001011

Color Harmonies of #B0FB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB83

Black with #B0FB83

Text Example


Text Example

White with #B0FB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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