#B4E680

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

Shades of Sulu #B4E680

Tints of Sulu #B4E680

Color information

#B4E680 (or 0xB4E680) is unknown color: approx Sulu. HEX triplet: B4, E6 and 80. RGB value is (180,230,128). Sum of RGB (Red+Green+Blue) = 180+230+128=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E680 is #4B197F. Grayscale: #CBCBCB. Windows color (decimal): -4921728 or 8447668. OLE color: 8447668.

HSL color Cylindrical-coordinate representation of color #B4E680: hue angle of 89.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4E680 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB180230128-
CMYK0.2200.440.10
HSL89.41º67.11%70.2%-
HSV(B)89.41º44.35%90.2%-
XYZ51.0267.8630.83-
YUV203.4285.44111.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 230 (90.23% from 255) = 42.75%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=33.46%
G=42.75%
B=23.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301280.2200.440.1089.4167.1170.2
HexB4E6801602CA594346
Octal2643462002605412131103106
Binary1011010011100110100000001011001011001010101100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E680; }

 p { color: rgb(180,230,128); }

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

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

 a { background-color: rgb(180,230,128); }

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

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

 span { border-color: rgb(180,230,128); }

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