Html Css Color HEX #84F175 Pastel Green

📋 copy color: '#84F175'

red 132 ◦ green 241 ◦ blue 117

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

Shades of Pastel Green #84F175

Tints of Pastel Green #84F175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

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

R = 26.94%
G = 49.18%
B = 23.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#84F175 (or 0x84F175) is known color: Pastel Green. HEX triplet: 84, F1 and 75. RGB value is (132,241,117). Sum of RGB (Red+Green+Blue) = 132+241+117=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #84F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F175 is #7B0E8A. Grayscale: #C2C2C2. Windows color (decimal): -8064651 or 7729540. OLE color: 7729540.

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

Color convert

RGB 132 241 117 -
CMYK 0.45 0 0.51 0.05
HSL 112.74º 0.82% 0.7% -
HSV(B) 112.74º 0.51% 0.95% -
XYZ 44.18 69.1 27.84 -
YUV 194.27 84.39 83.58 -
System Red Green Blue C M Y K H S L
Decimal 132 241 117 0.45 0 0.51 0.05 112.74 0.82 0.7
Hex 84 F1 75 2D 0 33 5 71 52 46
Octal 204 361 165 55 0 63 5 161 122 106
Binary 10000100 11110001 1110101 101101 0 110011 101 1110001 1010010 1000110

Color Harmonies of #84F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F175

Black with #84F175

Text Example


Text Example

White with #84F175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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