Html Css Color HEX #84CC8E De York

📋 copy color: '#84CC8E'

red 132 ◦ green 204 ◦ blue 142

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

Shades of De York #84CC8E

Tints of De York #84CC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 27.62%
G = 42.68%
B = 29.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#84CC8E (or 0x84CC8E) is known color: De York. HEX triplet: 84, CC and 8E. RGB value is (132,204,142). Sum of RGB (Red+Green+Blue) = 132+204+142=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CC8E is #7B3371. Grayscale: #AFAFAF. Windows color (decimal): -8074098 or 9358468. OLE color: 9358468.

HSL color Cylindrical-coordinate representation of color #84CC8E: hue angle of 128.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CC8E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 204 142 -
CMYK 0.35 0 0.30 0.2
HSL 128.33º 0.41% 0.66% -
HSV(B) 128.33º 0.35% 0.8% -
XYZ 35.99 50.04 33.35 -
YUV 175.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 132 204 142 0.35 0 0.30 0.2 128.33 0.41 0.66
Hex 84 CC 8E 23 0 1E 14 80 29 42
Octal 204 314 216 43 0 36 24 200 51 102
Binary 10000100 11001100 10001110 100011 0 11110 10100 10000000 101001 1000010

Color Harmonies of #84CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CC8E

Black with #84CC8E

Text Example


Text Example

White with #84CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,204,142); }

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

background-color css

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

 a { background-color: rgb(132,204,142); }

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

border-color css

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

 span { border-color: rgb(132,204,142); }

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