Html Css Color HEX #78C085 De York

📋 copy color: '#78C085'

red 120 ◦ green 192 ◦ blue 133

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

Shades of De York #78C085

Tints of De York #78C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

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

R = 26.97%
G = 43.15%
B = 29.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#78C085 (or 0x78C085) is known color: De York. HEX triplet: 78, C0 and 85. RGB value is (120,192,133). Sum of RGB (Red+Green+Blue) = 120+192+133=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #78C085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C085 is #873F7A. Grayscale: #A3A3A3. Windows color (decimal): -8863611 or 8765560. OLE color: 8765560.

HSL color Cylindrical-coordinate representation of color #78C085: hue angle of 130.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C085 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 192 133 -
CMYK 0.38 0 0.31 0.25
HSL 130.83º 0.36% 0.61% -
HSV(B) 130.83º 0.38% 0.75% -
XYZ 30.83 43.39 28.94 -
YUV 163.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 120 192 133 0.38 0 0.31 0.25 130.83 0.36 0.61
Hex 78 C0 85 26 0 1F 19 83 24 3D
Octal 170 300 205 46 0 37 31 203 44 75
Binary 1111000 11000000 10000101 100110 0 11111 11001 10000011 100100 111101

Color Harmonies of #78C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C085

Black with #78C085

Text Example


Text Example

White with #78C085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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