Html Css Color HEX #78CC8A De York

📋 copy color: '#78CC8A'

red 120 ◦ green 204 ◦ blue 138

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

Shades of De York #78CC8A

Tints of De York #78CC8A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 25.97%
G = 44.16%
B = 29.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#78CC8A (or 0x78CC8A) is known color: De York. HEX triplet: 78, CC and 8A. RGB value is (120,204,138). Sum of RGB (Red+Green+Blue) = 120+204+138=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CC8A is #873375. Grayscale: #ABABAB. Windows color (decimal): -8860534 or 9096312. OLE color: 9096312.

HSL color Cylindrical-coordinate representation of color #78CC8A: hue angle of 132.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CC8A is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 138 -
CMYK 0.41 0 0.32 0.2
HSL 132.86º 0.45% 0.64% -
HSV(B) 132.86º 0.41% 0.8% -
XYZ 33.93 49.01 31.72 -
YUV 171.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 120 204 138 0.41 0 0.32 0.2 132.86 0.45 0.64
Hex 78 CC 8A 29 0 20 14 85 2D 40
Octal 170 314 212 51 0 40 24 205 55 100
Binary 1111000 11001100 10001010 101001 0 100000 10100 10000101 101101 1000000

Color Harmonies of #78CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CC8A

Black with #78CC8A

Text Example


Text Example

White with #78CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,138); }

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

background-color css

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

 a { background-color: rgb(120,204,138); }

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

border-color css

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

 span { border-color: rgb(120,204,138); }

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