Html Css Color HEX #78CA8E De York

📋 copy color: '#78CA8E'

red 120 ◦ green 202 ◦ blue 142

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

Shades of De York #78CA8E

Tints of De York #78CA8E

RGB

 RED value IS 120 (47.27% from 255) = 25.86%

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 25.86%
G = 43.53%
B = 30.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#78CA8E (or 0x78CA8E) is known color: De York. HEX triplet: 78, CA and 8E. RGB value is (120,202,142). Sum of RGB (Red+Green+Blue) = 120+202+142=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA8E is #873571. Grayscale: #AAAAAA. Windows color (decimal): -8861042 or 9357944. OLE color: 9357944.

HSL color Cylindrical-coordinate representation of color #78CA8E: hue angle of 136.1º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA8E is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 202 142 -
CMYK 0.41 0 0.30 0.21
HSL 136.1º 0.44% 0.63% -
HSV(B) 136.1º 0.41% 0.79% -
XYZ 33.75 48.19 33.11 -
YUV 170.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 120 202 142 0.41 0 0.30 0.21 136.1 0.44 0.63
Hex 78 CA 8E 29 0 1E 15 88 2C 3F
Octal 170 312 216 51 0 36 25 210 54 77
Binary 1111000 11001010 10001110 101001 0 11110 10101 10001000 101100 111111

Color Harmonies of #78CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CA8E

Black with #78CA8E

Text Example


Text Example

White with #78CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CA8E; }

 p { color: rgb(120,202,142); }

 H1.HeaderClassName
 {
   color: #78CA8E;
 }
 .AnyTagClassName
 {
   color: #78CA8E;
 }
</style>

background-color css

<style>
 a { background-color: #78CA8E; }

 a { background-color: rgb(120,202,142); }

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

border-color css

<style>
 span { border-color: #78CA8E; }

 span { border-color: rgb(120,202,142); }

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