Html Css Color HEX #85CA7F De York

📋 copy color: '#85CA7F'

red 133 ◦ green 202 ◦ blue 127

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

Shades of De York #85CA7F

Tints of De York #85CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 28.79%
G = 43.72%
B = 27.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#85CA7F (or 0x85CA7F) is known color: De York. HEX triplet: 85, CA and 7F. RGB value is (133,202,127). Sum of RGB (Red+Green+Blue) = 133+202+127=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA7F is #7A3580. Grayscale: #ADADAD. Windows color (decimal): -8009089 or 8374917. OLE color: 8374917.

HSL color Cylindrical-coordinate representation of color #85CA7F: hue angle of 115.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85CA7F is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 127 -
CMYK 0.34 0 0.37 0.21
HSL 115.2º 0.41% 0.65% -
HSV(B) 115.2º 0.37% 0.79% -
XYZ 34.62 48.76 27.67 -
YUV 172.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 133 202 127 0.34 0 0.37 0.21 115.2 0.41 0.65
Hex 85 CA 7F 22 0 25 15 73 29 41
Octal 205 312 177 42 0 45 25 163 51 101
Binary 10000101 11001010 1111111 100010 0 100101 10101 1110011 101001 1000001

Color Harmonies of #85CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA7F

Black with #85CA7F

Text Example


Text Example

White with #85CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,127); }

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

background-color css

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

 a { background-color: rgb(133,202,127); }

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

border-color css

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

 span { border-color: rgb(133,202,127); }

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