Html Css Color HEX #78DB91 De York

📋 copy color: '#78DB91'

red 120 ◦ green 219 ◦ blue 145

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

Shades of De York #78DB91

Tints of De York #78DB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 24.79%
G = 45.25%
B = 29.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#78DB91 (or 0x78DB91) is known color: De York. HEX triplet: 78, DB and 91. RGB value is (120,219,145). Sum of RGB (Red+Green+Blue) = 120+219+145=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB91 is #87246E. Grayscale: #B5B5B5. Windows color (decimal): -8856687 or 9558904. OLE color: 9558904.

HSL color Cylindrical-coordinate representation of color #78DB91: hue angle of 135.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB91 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 219 145 -
CMYK 0.45 0 0.34 0.14
HSL 135.15º 0.58% 0.66% -
HSV(B) 135.15º 0.45% 0.86% -
XYZ 38.19 56.7 35.72 -
YUV 180.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 120 219 145 0.45 0 0.34 0.14 135.15 0.58 0.66
Hex 78 DB 91 2D 0 22 E 87 3A 42
Octal 170 333 221 55 0 42 16 207 72 102
Binary 1111000 11011011 10010001 101101 0 100010 1110 10000111 111010 1000010

Color Harmonies of #78DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DB91

Black with #78DB91

Text Example


Text Example

White with #78DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,219,145); }

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

background-color css

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

 a { background-color: rgb(120,219,145); }

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

border-color css

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

 span { border-color: rgb(120,219,145); }

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