Html Css Color HEX #84CC74 De York

📋 copy color: '#84CC74'

red 132 ◦ green 204 ◦ blue 116

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

Shades of De York #84CC74

Tints of De York #84CC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 29.2%
G = 45.13%
B = 25.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#84CC74 (or 0x84CC74) is known color: De York. HEX triplet: 84, CC and 74. RGB value is (132,204,116). Sum of RGB (Red+Green+Blue) = 132+204+116=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CC74 is #7B338B. Grayscale: #ACACAC. Windows color (decimal): -8074124 or 7654532. OLE color: 7654532.

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

Color convert

RGB 132 204 116 -
CMYK 0.35 0 0.43 0.2
HSL 109.09º 0.46% 0.63% -
HSV(B) 109.09º 0.43% 0.8% -
XYZ 34.26 49.35 24.24 -
YUV 172.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 132 204 116 0.35 0 0.43 0.2 109.09 0.46 0.63
Hex 84 CC 74 23 0 2B 14 6D 2E 3F
Octal 204 314 164 43 0 53 24 155 56 77
Binary 10000100 11001100 1110100 100011 0 101011 10100 1101101 101110 111111

Color Harmonies of #84CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CC74

Black with #84CC74

Text Example


Text Example

White with #84CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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