Html Css Color HEX #78DB96 De York

📋 copy color: '#78DB96'

red 120 ◦ green 219 ◦ blue 150

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

Shades of De York #78DB96

Tints of De York #78DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 24.54%
G = 44.79%
B = 30.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#78DB96 (or 0x78DB96) is known color: De York. HEX triplet: 78, DB and 96. RGB value is (120,219,150). Sum of RGB (Red+Green+Blue) = 120+219+150=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB96 is #872469. Grayscale: #B5B5B5. Windows color (decimal): -8856682 or 9886584. OLE color: 9886584.

HSL color Cylindrical-coordinate representation of color #78DB96: hue angle of 138.18º 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 #78DB96 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 219 150 -
CMYK 0.45 0 0.32 0.14
HSL 138.18º 0.58% 0.66% -
HSV(B) 138.18º 0.45% 0.86% -
XYZ 38.58 56.86 37.8 -
YUV 181.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 120 219 150 0.45 0 0.32 0.14 138.18 0.58 0.66
Hex 78 DB 96 2D 0 20 E 8A 3A 42
Octal 170 333 226 55 0 40 16 212 72 102
Binary 1111000 11011011 10010110 101101 0 100000 1110 10001010 111010 1000010

Color Harmonies of #78DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DB96

Black with #78DB96

Text Example


Text Example

White with #78DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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