#B4E67D

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

Shades of Sulu #B4E67D

Tints of Sulu #B4E67D

Color information

#B4E67D (or 0xB4E67D) is unknown color: approx Sulu. HEX triplet: B4, E6 and 7D. RGB value is (180,230,125). Sum of RGB (Red+Green+Blue) = 180+230+125=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E67D is #4B1982. Grayscale: #CBCBCB. Windows color (decimal): -4921731 or 8251060. OLE color: 8251060.

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

Color convert

RGB180230125-
CMYK0.2200.460.10
HSL88.57º67.74%69.61%-
HSV(B)88.57º45.65%90.2%-
XYZ50.8267.7829.81-
YUV203.0883.94111.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=33.64%
G=42.99%
B=23.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301250.2200.460.1088.5767.7469.61
HexB4E67D1602EA594446
Octal2643461752605612131104106
Binary101101001110011011111011011001011101010101100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E67D; }

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

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

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

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

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

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

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

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