Html Css Color HEX #84F075 Pastel Green

📋 copy color: '#84F075'

red 132 ◦ green 240 ◦ blue 117

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

Shades of Pastel Green #84F075

Tints of Pastel Green #84F075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 26.99%
G = 49.08%
B = 23.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#84F075 (or 0x84F075) is known color: Pastel Green. HEX triplet: 84, F0 and 75. RGB value is (132,240,117). Sum of RGB (Red+Green+Blue) = 132+240+117=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #84F075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F075 is #7B0F8A. Grayscale: #C2C2C2. Windows color (decimal): -8064907 or 7729284. OLE color: 7729284.

HSL color Cylindrical-coordinate representation of color #84F075: hue angle of 112.68º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84F075 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 240 117 -
CMYK 0.45 0 0.51 0.06
HSL 112.68º 0.8% 0.7% -
HSV(B) 112.68º 0.51% 0.94% -
XYZ 43.89 68.51 27.74 -
YUV 193.69 84.72 84 -
System Red Green Blue C M Y K H S L
Decimal 132 240 117 0.45 0 0.51 0.06 112.68 0.8 0.7
Hex 84 F0 75 2D 0 33 6 71 50 46
Octal 204 360 165 55 0 63 6 161 120 106
Binary 10000100 11110000 1110101 101101 0 110011 110 1110001 1010000 1000110

Color Harmonies of #84F075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F075

Black with #84F075

Text Example


Text Example

White with #84F075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,240,117); }

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

background-color css

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

 a { background-color: rgb(132,240,117); }

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

border-color css

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

 span { border-color: rgb(132,240,117); }

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