Html Css Color HEX #B0FF6E Sulu

📋 copy color: '#B0FF6E'

red 176 ◦ green 255 ◦ blue 110

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

Shades of Sulu #B0FF6E

Tints of Sulu #B0FF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 32.53%
G = 47.13%
B = 20.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#B0FF6E (or 0xB0FF6E) is known color: Sulu. HEX triplet: B0, FF and 6E. RGB value is (176,255,110). Sum of RGB (Red+Green+Blue) = 176+255+110=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF6E is #4F0091. Grayscale: #D7D7D7. Windows color (decimal): -5177490 or 7274416. OLE color: 7274416.

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

Color convert

RGB 176 255 110 -
CMYK 0.31 0 0.57 0
HSL 92.69º 1% 0.72% -
HSV(B) 92.69º 0.57% 1% -
XYZ 56.48 81.88 27.58 -
YUV 214.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 176 255 110 0.31 0 0.57 0 92.69 1 0.72
Hex B0 FF 6E 1F 0 39 0 5D 64 48
Octal 260 377 156 37 0 71 0 135 144 110
Binary 10110000 11111111 1101110 11111 0 111001 0 1011101 1100100 1001000

Color Harmonies of #B0FF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF6E

Black with #B0FF6E

Text Example


Text Example

White with #B0FF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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