Html Css Color HEX #B0FF6F Sulu

📋 copy color: '#B0FF6F'

red 176 ◦ green 255 ◦ blue 111

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

Shades of Sulu #B0FF6F

Tints of Sulu #B0FF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.48%

R = 32.47%
G = 47.05%
B = 20.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#B0FF6F (or 0xB0FF6F) is known color: Sulu. HEX triplet: B0, FF and 6F. RGB value is (176,255,111). Sum of RGB (Red+Green+Blue) = 176+255+111=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF6F is #4F0090. Grayscale: #D7D7D7. Windows color (decimal): -5177489 or 7339952. OLE color: 7339952.

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

Color convert

RGB 176 255 111 -
CMYK 0.31 0 0.56 0
HSL 92.92º 1% 0.72% -
HSV(B) 92.92º 0.56% 1% -
XYZ 56.53 81.9 27.87 -
YUV 214.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 176 255 111 0.31 0 0.56 0 92.92 1 0.72
Hex B0 FF 6F 1F 0 38 0 5D 64 48
Octal 260 377 157 37 0 70 0 135 144 110
Binary 10110000 11111111 1101111 11111 0 111000 0 1011101 1100100 1001000

Color Harmonies of #B0FF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF6F

Black with #B0FF6F

Text Example


Text Example

White with #B0FF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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