#b4ea82

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

Shades of Sulu #B4EA82

Tints of Sulu #B4EA82

Color information

#B4EA82 (or 0xB4EA82) is unknown color: approx Sulu. HEX triplet: B4, EA and 82. RGB value is (180,234,130). Sum of RGB (Red+Green+Blue) = 180+234+130=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA82 is #4B157D. Grayscale: #CECECE. Windows color (decimal): -4920702 or 8579764. OLE color: 8579764.

HSL color Cylindrical-coordinate representation of color #B4EA82: hue angle of 91.15º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4EA82 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB180234130-
CMYK0.2300.440.08
HSL91.15º71.23%71.37%-
HSV(B)91.15º44.44%91.76%-
XYZ52.2770.1631.91-
YUV20685.11109.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=33.09%
G=43.01%
B=23.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341300.2300.440.0891.1571.2371.37
HexB4EA821702C85b4747
Octal2643522022705410133107107
Binary1011010011101010100000101011101011001000101101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4ea82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4ea82; }

 p { color: rgb(180,234,130); }

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

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

 a { background-color: rgb(180,234,130); }

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

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

 span { border-color: rgb(180,234,130); }

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