#B5F280

Color #B5F280 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5F280

Tints of Sulu #B5F280

Color information

#B5F280 (or 0xB5F280) is unknown color: approx Sulu. HEX triplet: B5, F2 and 80. RGB value is (181,242,128). Sum of RGB (Red+Green+Blue) = 181+242+128=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F280 is #4A0D7F. Grayscale: #D3D3D3. Windows color (decimal): -4853120 or 8450741. OLE color: 8450741.

HSL color Cylindrical-coordinate representation of color #B5F280: hue angle of 92.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5F280 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB181242128-
CMYK0.2500.470.05
HSL92.11º81.43%72.55%-
HSV(B)92.11º47.11%94.9%-
XYZ54.774.8931.99-
YUV210.7681.29106.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=32.85%
G=43.92%
B=23.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812421280.2500.470.0592.1181.4372.55
HexB5F2801902F55c5149
Octal265362200310575134121111
Binary101101011111001010000000110010101111101101110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F280; }

 p { color: rgb(181,242,128); }

 H1.HeaderClassName
 {
   color: #B5F280;
 }
 .AnyTagClassName
 {
   color: #B5F280;
 }
</style>
background-color css

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

 a { background-color: rgb(181,242,128); }

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

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

 span { border-color: rgb(181,242,128); }

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