#84E194

Color #84E194 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #84E194

Tints of Light Green #84E194

Color information

#84E194 (or 0x84E194) is unknown color: approx Light Green. HEX triplet: 84, E1 and 94. RGB value is (132,225,148). Sum of RGB (Red+Green+Blue) = 132+225+148=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #84E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E194 is #7B1E6B. Grayscale: #BCBCBC. Windows color (decimal): -8068716 or 9757060. OLE color: 9757060.

HSL color Cylindrical-coordinate representation of color #84E194: hue angle of 130.32º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E194 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB132225148-
CMYK0.4100.340.12
HSL130.32º60.78%70%-
HSV(B)130.32º41.33%88.24%-
XYZ41.7960.8937.57-
YUV188.41105.1987.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=26.14%
G=44.55%
B=29.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322251480.4100.340.12130.3260.7870
Hex84E19429022C823d46
Octal204341224510421420275106
Binary10000100111000011001010010100101000101100100000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84E194; }

 p { color: rgb(132,225,148); }

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

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

 a { background-color: rgb(132,225,148); }

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

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

 span { border-color: rgb(132,225,148); }

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