Html Css Color HEX #85C67D De York

📋 copy color: '#85C67D'

red 133 ◦ green 198 ◦ blue 125

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

Shades of De York #85C67D

Tints of De York #85C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 29.17%
G = 43.42%
B = 27.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#85C67D (or 0x85C67D) is known color: De York. HEX triplet: 85, C6 and 7D. RGB value is (133,198,125). Sum of RGB (Red+Green+Blue) = 133+198+125=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #85C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C67D is #7A3982. Grayscale: #AAAAAA. Windows color (decimal): -8010115 or 8242821. OLE color: 8242821.

HSL color Cylindrical-coordinate representation of color #85C67D: hue angle of 113.42º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C67D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 125 -
CMYK 0.33 0 0.37 0.22
HSL 113.42º 0.39% 0.63% -
HSV(B) 113.42º 0.37% 0.78% -
XYZ 33.57 46.86 26.68 -
YUV 170.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 133 198 125 0.33 0 0.37 0.22 113.42 0.39 0.63
Hex 85 C6 7D 21 0 25 16 71 27 3F
Octal 205 306 175 41 0 45 26 161 47 77
Binary 10000101 11000110 1111101 100001 0 100101 10110 1110001 100111 111111

Color Harmonies of #85C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C67D

Black with #85C67D

Text Example


Text Example

White with #85C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,125); }

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

background-color css

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

 a { background-color: rgb(133,198,125); }

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

border-color css

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

 span { border-color: rgb(133,198,125); }

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