Html Css Color HEX #78C485 De York

📋 copy color: '#78C485'

red 120 ◦ green 196 ◦ blue 133

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

Shades of De York #78C485

Tints of De York #78C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 26.73%
G = 43.65%
B = 29.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#78C485 (or 0x78C485) is known color: De York. HEX triplet: 78, C4 and 85. RGB value is (120,196,133). Sum of RGB (Red+Green+Blue) = 120+196+133=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #78C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C485 is #873B7A. Grayscale: #A6A6A6. Windows color (decimal): -8862587 or 8766584. OLE color: 8766584.

HSL color Cylindrical-coordinate representation of color #78C485: hue angle of 130.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C485 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 196 133 -
CMYK 0.39 0 0.32 0.23
HSL 130.26º 0.39% 0.62% -
HSV(B) 130.26º 0.39% 0.77% -
XYZ 31.72 45.17 29.24 -
YUV 166.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 120 196 133 0.39 0 0.32 0.23 130.26 0.39 0.62
Hex 78 C4 85 27 0 20 17 82 27 3E
Octal 170 304 205 47 0 40 27 202 47 76
Binary 1111000 11000100 10000101 100111 0 100000 10111 10000010 100111 111110

Color Harmonies of #78C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C485

Black with #78C485

Text Example


Text Example

White with #78C485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,196,133); }

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

background-color css

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

 a { background-color: rgb(120,196,133); }

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

border-color css

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

 span { border-color: rgb(120,196,133); }

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