Html Css Color HEX #84D714 Yellow Green

📋 copy color: '#84D714'

red 132 ◦ green 215 ◦ blue 20

#84D714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #84D714

Tints of Yellow Green #84D714

RGB

 RED value IS 132 (51.95% from 255) = 35.97%

 GREEN value IS 215 (84.38% from 255) = 58.58%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 35.97%
G = 58.58%
B = 5.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#84D714 (or 0x84D714) is known color: Yellow Green. HEX triplet: 84, D7 and 14. RGB value is (132,215,20). Sum of RGB (Red+Green+Blue) = 132+215+20=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #84D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D714 is #7B28EB. Grayscale: #A8A8A8. Windows color (decimal): -8071404 or 1365892. OLE color: 1365892.

HSL color Cylindrical-coordinate representation of color #84D714: hue angle of 85.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84D714 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 215 20 -
CMYK 0.39 0 0.91 0.16
HSL 85.54º 0.83% 0.46% -
HSV(B) 85.54º 0.91% 0.84% -
XYZ 33.94 53.56 9.21 -
YUV 167.95 44.5 102.36 -
System Red Green Blue C M Y K H S L
Decimal 132 215 20 0.39 0 0.91 0.16 85.54 0.83 0.46
Hex 84 D7 14 27 0 5B 10 56 53 2E
Octal 204 327 24 47 0 133 20 126 123 56
Binary 10000100 11010111 10100 100111 0 1011011 10000 1010110 1010011 101110

Color Harmonies of #84D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D714

Black with #84D714

Text Example


Text Example

White with #84D714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84D714;
 }
 .AnyTagClassName
 {
   color: #84D714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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