Html Css Color HEX #84CC8A De York

📋 copy color: '#84CC8A'

red 132 ◦ green 204 ◦ blue 138

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

Shades of De York #84CC8A

Tints of De York #84CC8A

RGB

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

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

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

R = 27.85%
G = 43.04%
B = 29.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#84CC8A (or 0x84CC8A) is known color: De York. HEX triplet: 84, CC and 8A. RGB value is (132,204,138). Sum of RGB (Red+Green+Blue) = 132+204+138=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CC8A is #7B3375. Grayscale: #AFAFAF. Windows color (decimal): -8074102 or 9096324. OLE color: 9096324.

HSL color Cylindrical-coordinate representation of color #84CC8A: hue angle of 125º 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 #84CC8A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 204 138 -
CMYK 0.35 0 0.32 0.2
HSL 125º 0.41% 0.66% -
HSV(B) 125º 0.35% 0.8% -
XYZ 35.7 49.93 31.8 -
YUV 174.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 132 204 138 0.35 0 0.32 0.2 125 0.41 0.66
Hex 84 CC 8A 23 0 20 14 7D 29 42
Octal 204 314 212 43 0 40 24 175 51 102
Binary 10000100 11001100 10001010 100011 0 100000 10100 1111101 101001 1000010

Color Harmonies of #84CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CC8A

Black with #84CC8A

Text Example


Text Example

White with #84CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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