Html Css Color HEX #84EE7D Pastel Green

📋 copy color: '#84EE7D'

red 132 ◦ green 238 ◦ blue 125

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

Shades of Pastel Green #84EE7D

Tints of Pastel Green #84EE7D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 26.67%
G = 48.08%
B = 25.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#84EE7D (or 0x84EE7D) is known color: Pastel Green. HEX triplet: 84, EE and 7D. RGB value is (132,238,125). Sum of RGB (Red+Green+Blue) = 132+238+125=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EE7D is #7B1182. Grayscale: #C1C1C1. Windows color (decimal): -8065411 or 8253060. OLE color: 8253060.

HSL color Cylindrical-coordinate representation of color #84EE7D: hue angle of 116.28º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84EE7D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 238 125 -
CMYK 0.45 0 0.47 0.07
HSL 116.28º 0.77% 0.71% -
HSV(B) 116.28º 0.47% 0.93% -
XYZ 43.79 67.54 30.13 -
YUV 193.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 132 238 125 0.45 0 0.47 0.07 116.28 0.77 0.71
Hex 84 EE 7D 2D 0 2F 7 74 4D 47
Octal 204 356 175 55 0 57 7 164 115 107
Binary 10000100 11101110 1111101 101101 0 101111 111 1110100 1001101 1000111

Color Harmonies of #84EE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EE7D

Black with #84EE7D

Text Example


Text Example

White with #84EE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,238,125); }

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

background-color css

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

 a { background-color: rgb(132,238,125); }

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

border-color css

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

 span { border-color: rgb(132,238,125); }

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