Html Css Color HEX #B5FF73 Sulu

📋 copy color: '#B5FF73'

red 181 ◦ green 255 ◦ blue 115

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

Shades of Sulu #B5FF73

Tints of Sulu #B5FF73

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

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

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

R = 32.85%
G = 46.28%
B = 20.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#B5FF73 (or 0xB5FF73) is known color: Sulu. HEX triplet: B5, FF and 73. RGB value is (181,255,115). Sum of RGB (Red+Green+Blue) = 181+255+115=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF73 is #4A008C. Grayscale: #D9D9D9. Windows color (decimal): -4849805 or 7602101. OLE color: 7602101.

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

Color convert

RGB 181 255 115 -
CMYK 0.29 0 0.55 0
HSL 91.71º 1% 0.73% -
HSV(B) 91.71º 0.55% 1% -
XYZ 57.91 82.58 29.11 -
YUV 216.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 181 255 115 0.29 0 0.55 0 91.71 1 0.73
Hex B5 FF 73 1D 0 37 0 5C 64 49
Octal 265 377 163 35 0 67 0 134 144 111
Binary 10110101 11111111 1110011 11101 0 110111 0 1011100 1100100 1001001

Color Harmonies of #B5FF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF73

Black with #B5FF73

Text Example


Text Example

White with #B5FF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF73; }

 p { color: rgb(181,255,115); }

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

background-color css

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

 a { background-color: rgb(181,255,115); }

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

border-color css

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

 span { border-color: rgb(181,255,115); }

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