#84C138

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

Shades of Yellow Green #84C138

Tints of Yellow Green #84C138

Color information

#84C138 (or 0x84C138) is unknown color: approx Yellow Green. HEX triplet: 84, C1 and 38. RGB value is (132,193,56). Sum of RGB (Red+Green+Blue) = 132+193+56=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #84C138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C138 is #7B3EC7. Grayscale: #9F9F9F. Windows color (decimal): -8077000 or 3719556. OLE color: 3719556.

HSL color Cylindrical-coordinate representation of color #84C138: hue angle of 86.72º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84C138 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB13219356-
CMYK0.3200.710.24
HSL86.72º55.02%48.82%-
HSV(B)86.72º70.98%75.69%-
XYZ29.343.3310.56-
YUV159.1469.79108.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=34.65%
G=50.66%
B=14.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132193560.3200.710.2486.7255.0248.82
Hex84C1382004718573731
Octal20430170400107301276761
Binary100001001100000111100010000001000111110001010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,193,56); }

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

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

 a { background-color: rgb(132,193,56); }

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

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

 span { border-color: rgb(132,193,56); }

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