#84CD31

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

Shades of Yellow Green #84CD31

Tints of Yellow Green #84CD31

Color information

#84CD31 (or 0x84CD31) is unknown color: approx Yellow Green. HEX triplet: 84, CD and 31. RGB value is (132,205,49). Sum of RGB (Red+Green+Blue) = 132+205+49=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CD31 is #7B32CE. Grayscale: #A5A5A5. Windows color (decimal): -8073935 or 3263876. OLE color: 3263876.

HSL color Cylindrical-coordinate representation of color #84CD31: hue angle of 88.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84CD31 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB13220549-
CMYK0.3600.760.20
HSL88.08º61.42%49.8%-
HSV(B)88.08º76.1%80.39%-
XYZ31.948.7910.64-
YUV165.3962.32104.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 205 (80.47% from 255) = 53.11%
BLUE value IS 49 (19.53% from 255) = 12.69%
R=34.20%
G=53.11%
B=12.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132205490.3600.760.2088.0861.4249.8
Hex84CD312404C14583d32
Octal20431561440114241307562
Binary100001001100110111000110010001001100101001011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,205,49); }

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

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

 a { background-color: rgb(132,205,49); }

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

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

 span { border-color: rgb(132,205,49); }

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