Html Css Color HEX #78CF8E De York

📋 copy color: '#78CF8E'

red 120 ◦ green 207 ◦ blue 142

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

Shades of De York #78CF8E

Tints of De York #78CF8E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

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

R = 25.59%
G = 44.14%
B = 30.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#78CF8E (or 0x78CF8E) is known color: De York. HEX triplet: 78, CF and 8E. RGB value is (120,207,142). Sum of RGB (Red+Green+Blue) = 120+207+142=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF8E is #873071. Grayscale: #ADADAD. Windows color (decimal): -8859762 or 9359224. OLE color: 9359224.

HSL color Cylindrical-coordinate representation of color #78CF8E: hue angle of 135.17º degrees, saturation: 0.48, 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 #78CF8E is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 142 -
CMYK 0.42 0 0.31 0.19
HSL 135.17º 0.48% 0.64% -
HSV(B) 135.17º 0.42% 0.81% -
XYZ 34.94 50.57 33.51 -
YUV 173.58 110.18 89.79 -
System Red Green Blue C M Y K H S L
Decimal 120 207 142 0.42 0 0.31 0.19 135.17 0.48 0.64
Hex 78 CF 8E 2A 0 1F 13 87 30 40
Octal 170 317 216 52 0 37 23 207 60 100
Binary 1111000 11001111 10001110 101010 0 11111 10011 10000111 110000 1000000

Color Harmonies of #78CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CF8E

Black with #78CF8E

Text Example


Text Example

White with #78CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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