#84CB8F

Color #84CB8F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #84CB8F

Tints of De York #84CB8F

Color information

#84CB8F (or 0x84CB8F) is unknown color: approx De York. HEX triplet: 84, CB and 8F. RGB value is (132,203,143). Sum of RGB (Red+Green+Blue) = 132+203+143=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB8F is #7B3470. Grayscale: #AFAFAF. Windows color (decimal): -8074353 or 9423748. OLE color: 9423748.

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

Color convert

RGB132203143-
CMYK0.3500.300.20
HSL129.3º40.57%65.69%-
HSV(B)129.3º34.98%79.61%-
XYZ35.8349.633.67-
YUV174.93109.9897.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=27.62%
G=42.47%
B=29.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031430.3500.300.20129.340.5765.69
Hex84CB8F2301E14812942
Octal204313217430362420151102
Binary10000100110010111000111110001101111010100100000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84CB8F;
 }
 .AnyTagClassName
 {
   color: #84CB8F;
 }
</style>
background-color css

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

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

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

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

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

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