#84CE14

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

Shades of Yellow Green #84CE14

Tints of Yellow Green #84CE14

Color information

#84CE14 (or 0x84CE14) is unknown color: approx Yellow Green. HEX triplet: 84, CE and 14. RGB value is (132,206,20). Sum of RGB (Red+Green+Blue) = 132+206+20=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CE14 is #7B31EB. Grayscale: #A3A3A3. Windows color (decimal): -8073708 or 1363588. OLE color: 1363588.

HSL color Cylindrical-coordinate representation of color #84CE14: hue angle of 83.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84CE14 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB13220620-
CMYK0.3600.900.19
HSL83.87º82.3%44.31%-
HSV(B)83.87º90.29%80.78%-
XYZ31.7149.18.47-
YUV162.6747.48106.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 206 (80.86% from 255) = 57.54%
BLUE value IS 20 (8.20% from 255) = 5.59%
R=36.87%
G=57.54%
B=5.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132206200.3600.900.1983.8782.344.31
Hex84CE142405A1354522c
Octal204316244401322312412254
Binary100001001100111010100100100010110101001110101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,20); }

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

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

 a { background-color: rgb(132,206,20); }

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

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

 span { border-color: rgb(132,206,20); }

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