#B4EC72

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

Shades of Sulu #B4EC72

Tints of Sulu #B4EC72

Color information

#B4EC72 (or 0xB4EC72) is unknown color: approx Sulu. HEX triplet: B4, EC and 72. RGB value is (180,236,114). Sum of RGB (Red+Green+Blue) = 180+236+114=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC72 is #4B138D. Grayscale: #CDCDCD. Windows color (decimal): -4920206 or 7531700. OLE color: 7531700.

HSL color Cylindrical-coordinate representation of color #B4EC72: hue angle of 87.54º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4EC72 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB180236114-
CMYK0.2400.520.07
HSL87.54º76.25%68.63%-
HSV(B)87.54º51.69%92.55%-
XYZ51.8670.9126.87-
YUV205.3576.45109.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=33.96%
G=44.53%
B=21.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802361140.2400.520.0787.5476.2568.63
HexB4EC72180347584c45
Octal264354162300647130114105
Binary10110100111011001110010110000110100111101100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EC72; }

 p { color: rgb(180,236,114); }

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

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

 a { background-color: rgb(180,236,114); }

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

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

 span { border-color: rgb(180,236,114); }

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