Html Css Color HEX #84C68A De York

📋 copy color: '#84C68A'

red 132 ◦ green 198 ◦ blue 138

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

Shades of De York #84C68A

Tints of De York #84C68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 28.21%
G = 42.31%
B = 29.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#84C68A (or 0x84C68A) is known color: De York. HEX triplet: 84, C6 and 8A. RGB value is (132,198,138). Sum of RGB (Red+Green+Blue) = 132+198+138=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #84C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C68A is #7B3975. Grayscale: #ABABAB. Windows color (decimal): -8075638 or 9094788. OLE color: 9094788.

HSL color Cylindrical-coordinate representation of color #84C68A: hue angle of 125.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C68A is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 198 138 -
CMYK 0.33 0 0.30 0.22
HSL 125.45º 0.37% 0.65% -
HSV(B) 125.45º 0.33% 0.78% -
XYZ 34.3 47.13 31.33 -
YUV 171.43 109.13 99.88 -
System Red Green Blue C M Y K H S L
Decimal 132 198 138 0.33 0 0.30 0.22 125.45 0.37 0.65
Hex 84 C6 8A 21 0 1E 16 7D 25 41
Octal 204 306 212 41 0 36 26 175 45 101
Binary 10000100 11000110 10001010 100001 0 11110 10110 1111101 100101 1000001

Color Harmonies of #84C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C68A

Black with #84C68A

Text Example


Text Example

White with #84C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,198,138); }

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

background-color css

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

 a { background-color: rgb(132,198,138); }

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

border-color css

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

 span { border-color: rgb(132,198,138); }

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