#B4DE6F

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

Shades of Sulu #B4DE6F

Tints of Sulu #B4DE6F

Color information

#B4DE6F (or 0xB4DE6F) is unknown color: approx Sulu. HEX triplet: B4, DE and 6F. RGB value is (180,222,111). Sum of RGB (Red+Green+Blue) = 180+222+111=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE6F is #4B2190. Grayscale: #C5C5C5. Windows color (decimal): -4923793 or 7331508. OLE color: 7331508.

HSL color Cylindrical-coordinate representation of color #B4DE6F: hue angle of 82.7º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4DE6F is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB180222111-
CMYK0.1900.50.13
HSL82.7º62.71%65.29%-
HSV(B)82.7º50%87.06%-
XYZ47.8163.0924.7-
YUV196.7979.59116.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=35.09%
G=43.27%
B=21.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221110.1900.50.1382.762.7165.29
HexB4DE6F13032D533f41
Octal264336157230621512377101
Binary10110100110111101101111100110110010110110100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE6F; }

 p { color: rgb(180,222,111); }

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

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

 a { background-color: rgb(180,222,111); }

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

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

 span { border-color: rgb(180,222,111); }

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