Html Css Color HEX #85DC94 De York

📋 copy color: '#85DC94'

red 133 ◦ green 220 ◦ blue 148

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

Shades of De York #85DC94

Tints of De York #85DC94

RGB

 RED value IS 133 (52.34% from 255) = 26.55%

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 26.55%
G = 43.91%
B = 29.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#85DC94 (or 0x85DC94) is known color: De York. HEX triplet: 85, DC and 94. RGB value is (133,220,148). Sum of RGB (Red+Green+Blue) = 133+220+148=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC94 is #7A236B. Grayscale: #B9B9B9. Windows color (decimal): -8004460 or 9755781. OLE color: 9755781.

HSL color Cylindrical-coordinate representation of color #85DC94: hue angle of 130.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC94 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 148 -
CMYK 0.40 0 0.33 0.14
HSL 130.34º 0.55% 0.69% -
HSV(B) 130.34º 0.4% 0.86% -
XYZ 40.61 58.31 37.13 -
YUV 185.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 133 220 148 0.40 0 0.33 0.14 130.34 0.55 0.69
Hex 85 DC 94 28 0 21 E 82 37 45
Octal 205 334 224 50 0 41 16 202 67 105
Binary 10000101 11011100 10010100 101000 0 100001 1110 10000010 110111 1000101

Color Harmonies of #85DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC94

Black with #85DC94

Text Example


Text Example

White with #85DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DC94; }

 p { color: rgb(133,220,148); }

 H1.HeaderClassName
 {
   color: #85DC94;
 }
 .AnyTagClassName
 {
   color: #85DC94;
 }
</style>

background-color css

<style>
 a { background-color: #85DC94; }

 a { background-color: rgb(133,220,148); }

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

border-color css

<style>
 span { border-color: #85DC94; }

 span { border-color: rgb(133,220,148); }

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