#B7F080

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

Shades of Sulu #B7F080

Tints of Sulu #B7F080

Color information

#B7F080 (or 0xB7F080) is unknown color: approx Sulu. HEX triplet: B7, F0 and 80. RGB value is (183,240,128). Sum of RGB (Red+Green+Blue) = 183+240+128=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7F080 is #480F7F. Grayscale: #D2D2D2. Windows color (decimal): -4722560 or 8450231. OLE color: 8450231.

HSL color Cylindrical-coordinate representation of color #B7F080: hue angle of 90.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7F080 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB183240128-
CMYK0.2400.470.06
HSL90.54º78.87%72.16%-
HSV(B)90.54º46.67%94.12%-
XYZ54.5873.9531.82-
YUV210.1981.62108.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=33.21%
G=43.56%
B=23.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832401280.2400.470.0690.5478.8772.16
HexB7F0801802F65b4f48
Octal267360200300576133117110
Binary101101111111000010000000110000101111110101101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F080; }

 p { color: rgb(183,240,128); }

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

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

 a { background-color: rgb(183,240,128); }

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

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

 span { border-color: rgb(183,240,128); }

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