Html Css Color HEX #84F269 Pastel Green

📋 copy color: '#84F269'

red 132 ◦ green 242 ◦ blue 105

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

Shades of Pastel Green #84F269

Tints of Pastel Green #84F269

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.52%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 27.56%
G = 50.52%
B = 21.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#84F269 (or 0x84F269) is known color: Pastel Green. HEX triplet: 84, F2 and 69. RGB value is (132,242,105). Sum of RGB (Red+Green+Blue) = 132+242+105=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #84F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F269 is #7B0D96. Grayscale: #C1C1C1. Windows color (decimal): -8064407 or 6943364. OLE color: 6943364.

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

Color convert

RGB 132 242 105 -
CMYK 0.45 0 0.57 0.05
HSL 108.18º 0.84% 0.68% -
HSV(B) 108.18º 0.57% 0.95% -
XYZ 43.82 69.43 24.46 -
YUV 193.49 78.06 84.14 -
System Red Green Blue C M Y K H S L
Decimal 132 242 105 0.45 0 0.57 0.05 108.18 0.84 0.68
Hex 84 F2 69 2D 0 39 5 6C 54 44
Octal 204 362 151 55 0 71 5 154 124 104
Binary 10000100 11110010 1101001 101101 0 111001 101 1101100 1010100 1000100

Color Harmonies of #84F269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F269

Black with #84F269

Text Example


Text Example

White with #84F269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,242,105); }

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

background-color css

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

 a { background-color: rgb(132,242,105); }

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

border-color css

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

 span { border-color: rgb(132,242,105); }

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