Html Css Color HEX #85C68F De York

📋 copy color: '#85C68F'

red 133 ◦ green 198 ◦ blue 143

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

Shades of De York #85C68F

Tints of De York #85C68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.17%

R = 28.06%
G = 41.77%
B = 30.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#85C68F (or 0x85C68F) is known color: De York. HEX triplet: 85, C6 and 8F. RGB value is (133,198,143). Sum of RGB (Red+Green+Blue) = 133+198+143=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #85C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C68F is #7A3970. Grayscale: #ACACAC. Windows color (decimal): -8010097 or 9422469. OLE color: 9422469.

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

Color convert

RGB 133 198 143 -
CMYK 0.33 0 0.28 0.22
HSL 129.23º 0.36% 0.65% -
HSV(B) 129.23º 0.33% 0.78% -
XYZ 34.82 47.36 33.29 -
YUV 172.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 133 198 143 0.33 0 0.28 0.22 129.23 0.36 0.65
Hex 85 C6 8F 21 0 1C 16 81 24 41
Octal 205 306 217 41 0 34 26 201 44 101
Binary 10000101 11000110 10001111 100001 0 11100 10110 10000001 100100 1000001

Color Harmonies of #85C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C68F

Black with #85C68F

Text Example


Text Example

White with #85C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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