Html Css Color HEX #84DB7F Pastel Green

📋 copy color: '#84DB7F'

red 132 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #84DB7F

Tints of Pastel Green #84DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 27.62%
G = 45.82%
B = 26.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#84DB7F (or 0x84DB7F) is known color: Pastel Green. HEX triplet: 84, DB and 7F. RGB value is (132,219,127). Sum of RGB (Red+Green+Blue) = 132+219+127=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB7F is #7B2480. Grayscale: #B6B6B6. Windows color (decimal): -8070273 or 8379268. OLE color: 8379268.

HSL color Cylindrical-coordinate representation of color #84DB7F: hue angle of 116.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84DB7F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 219 127 -
CMYK 0.40 0 0.42 0.14
HSL 116.74º 0.56% 0.68% -
HSV(B) 116.74º 0.42% 0.86% -
XYZ 38.68 57.1 29.06 -
YUV 182.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 132 219 127 0.40 0 0.42 0.14 116.74 0.56 0.68
Hex 84 DB 7F 28 0 2A E 75 38 44
Octal 204 333 177 50 0 52 16 165 70 104
Binary 10000100 11011011 1111111 101000 0 101010 1110 1110101 111000 1000100

Color Harmonies of #84DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DB7F

Black with #84DB7F

Text Example


Text Example

White with #84DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,219,127); }

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

background-color css

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

 a { background-color: rgb(132,219,127); }

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

border-color css

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

 span { border-color: rgb(132,219,127); }

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