Html Css Color HEX #84CB8C De York

📋 copy color: '#84CB8C'

red 132 ◦ green 203 ◦ blue 140

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

Shades of De York #84CB8C

Tints of De York #84CB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 27.79%
G = 42.74%
B = 29.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#84CB8C (or 0x84CB8C) is known color: De York. HEX triplet: 84, CB and 8C. RGB value is (132,203,140). Sum of RGB (Red+Green+Blue) = 132+203+140=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB8C is #7B3473. Grayscale: #AEAEAE. Windows color (decimal): -8074356 or 9227140. OLE color: 9227140.

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

Color convert

RGB 132 203 140 -
CMYK 0.35 0 0.31 0.20
HSL 126.76º 0.41% 0.66% -
HSV(B) 126.76º 0.35% 0.8% -
XYZ 35.61 49.51 32.49 -
YUV 174.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 132 203 140 0.35 0 0.31 0.20 126.76 0.41 0.66
Hex 84 CB 8C 23 0 1F 14 7F 29 42
Octal 204 313 214 43 0 37 24 177 51 102
Binary 10000100 11001011 10001100 100011 0 11111 10100 1111111 101001 1000010

Color Harmonies of #84CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CB8C

Black with #84CB8C

Text Example


Text Example

White with #84CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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