Html Css Color HEX #84C08F De York

📋 copy color: '#84C08F'

red 132 ◦ green 192 ◦ blue 143

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

Shades of De York #84C08F

Tints of De York #84C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 28.27%
G = 41.11%
B = 30.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#84C08F (or 0x84C08F) is known color: De York. HEX triplet: 84, C0 and 8F. RGB value is (132,192,143). Sum of RGB (Red+Green+Blue) = 132+192+143=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #84C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C08F is #7B3F70. Grayscale: #A8A8A8. Windows color (decimal): -8077169 or 9420932. OLE color: 9420932.

HSL color Cylindrical-coordinate representation of color #84C08F: hue angle of 131º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C08F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 143 -
CMYK 0.31 0 0.26 0.25
HSL 131º 0.32% 0.64% -
HSV(B) 131º 0.31% 0.75% -
XYZ 33.32 44.59 32.84 -
YUV 168.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 132 192 143 0.31 0 0.26 0.25 131 0.32 0.64
Hex 84 C0 8F 1F 0 1A 19 83 20 40
Octal 204 300 217 37 0 32 31 203 40 100
Binary 10000100 11000000 10001111 11111 0 11010 11001 10000011 100000 1000000

Color Harmonies of #84C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C08F

Black with #84C08F

Text Example


Text Example

White with #84C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,192,143); }

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

background-color css

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

 a { background-color: rgb(132,192,143); }

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

border-color css

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

 span { border-color: rgb(132,192,143); }

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