Html Css Color HEX #78CE86 De York

📋 copy color: '#78CE86'

red 120 ◦ green 206 ◦ blue 134

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

Shades of De York #78CE86

Tints of De York #78CE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 26.09%
G = 44.78%
B = 29.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#78CE86 (or 0x78CE86) is known color: De York. HEX triplet: 78, CE and 86. RGB value is (120,206,134). Sum of RGB (Red+Green+Blue) = 120+206+134=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CE86 is #873179. Grayscale: #ACACAC. Windows color (decimal): -8860026 or 8834680. OLE color: 8834680.

HSL color Cylindrical-coordinate representation of color #78CE86: hue angle of 129.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CE86 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 206 134 -
CMYK 0.42 0 0.35 0.19
HSL 129.77º 0.47% 0.64% -
HSV(B) 129.77º 0.42% 0.81% -
XYZ 34.12 49.86 30.38 -
YUV 172.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 120 206 134 0.42 0 0.35 0.19 129.77 0.47 0.64
Hex 78 CE 86 2A 0 23 13 82 2F 40
Octal 170 316 206 52 0 43 23 202 57 100
Binary 1111000 11001110 10000110 101010 0 100011 10011 10000010 101111 1000000

Color Harmonies of #78CE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CE86

Black with #78CE86

Text Example


Text Example

White with #78CE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,206,134); }

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

background-color css

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

 a { background-color: rgb(120,206,134); }

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

border-color css

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

 span { border-color: rgb(120,206,134); }

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