Html Css Color HEX #84EB68 Pastel Green

📋 copy color: '#84EB68'

red 132 ◦ green 235 ◦ blue 104

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

Shades of Pastel Green #84EB68

Tints of Pastel Green #84EB68

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 28.03%
G = 49.89%
B = 22.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#84EB68 (or 0x84EB68) is known color: Pastel Green. HEX triplet: 84, EB and 68. RGB value is (132,235,104). Sum of RGB (Red+Green+Blue) = 132+235+104=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EB68 is #7B1497. Grayscale: #BDBDBD. Windows color (decimal): -8066200 or 6876036. OLE color: 6876036.

HSL color Cylindrical-coordinate representation of color #84EB68: hue angle of 107.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84EB68 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 235 104 -
CMYK 0.44 0 0.56 0.08
HSL 107.18º 0.77% 0.66% -
HSV(B) 107.18º 0.56% 0.92% -
XYZ 41.72 65.32 23.51 -
YUV 189.27 79.88 87.15 -
System Red Green Blue C M Y K H S L
Decimal 132 235 104 0.44 0 0.56 0.08 107.18 0.77 0.66
Hex 84 EB 68 2C 0 38 8 6B 4D 42
Octal 204 353 150 54 0 70 10 153 115 102
Binary 10000100 11101011 1101000 101100 0 111000 1000 1101011 1001101 1000010

Color Harmonies of #84EB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EB68

Black with #84EB68

Text Example


Text Example

White with #84EB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,235,104); }

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

background-color css

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

 a { background-color: rgb(132,235,104); }

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

border-color css

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

 span { border-color: rgb(132,235,104); }

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