Html Css Color HEX #B0FF7B Sulu

📋 copy color: '#B0FF7B'

red 176 ◦ green 255 ◦ blue 123

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

Shades of Sulu #B0FF7B

Tints of Sulu #B0FF7B

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 31.77%
G = 46.03%
B = 22.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#B0FF7B (or 0xB0FF7B) is known color: Sulu. HEX triplet: B0, FF and 7B. RGB value is (176,255,123). Sum of RGB (Red+Green+Blue) = 176+255+123=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF7B is #4F0084. Grayscale: #D8D8D8. Windows color (decimal): -5177477 or 8126384. OLE color: 8126384.

HSL color Cylindrical-coordinate representation of color #B0FF7B: hue angle of 95.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0FF7B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 123 -
CMYK 0.31 0 0.52 0
HSL 95.91º 1% 0.74% -
HSV(B) 95.91º 0.52% 1% -
XYZ 57.24 82.18 31.58 -
YUV 216.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 176 255 123 0.31 0 0.52 0 95.91 1 0.74
Hex B0 FF 7B 1F 0 34 0 60 64 4A
Octal 260 377 173 37 0 64 0 140 144 112
Binary 10110000 11111111 1111011 11111 0 110100 0 1100000 1100100 1001010

Color Harmonies of #B0FF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF7B

Black with #B0FF7B

Text Example


Text Example

White with #B0FF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF7B; }

 p { color: rgb(176,255,123); }

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

background-color css

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

 a { background-color: rgb(176,255,123); }

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

border-color css

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

 span { border-color: rgb(176,255,123); }

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