#B4E670

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

Shades of Sulu #B4E670

Tints of Sulu #B4E670

Color information

#B4E670 (or 0xB4E670) is unknown color: approx Sulu. HEX triplet: B4, E6 and 70. RGB value is (180,230,112). Sum of RGB (Red+Green+Blue) = 180+230+112=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E670 is #4B198F. Grayscale: #CACACA. Windows color (decimal): -4921744 or 7399092. OLE color: 7399092.

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

Color convert

RGB180230112-
CMYK0.2200.510.10
HSL85.42º70.24%67.06%-
HSV(B)85.42º51.3%90.2%-
XYZ50.0467.4725.71-
YUV201.677.44112.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 230 (90.23% from 255) = 44.06%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=34.48%
G=44.06%
B=21.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301120.2200.510.1085.4270.2467.06
HexB4E67016033A554643
Octal2643461602606312125106103
Binary101101001110011011100001011001100111010101010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E670; }

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

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

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

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

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

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

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

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