Html Css Color HEX #85C08F De York

📋 copy color: '#85C08F'

red 133 ◦ green 192 ◦ blue 143

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

Shades of De York #85C08F

Tints of De York #85C08F

RGB

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

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

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

R = 28.42%
G = 41.03%
B = 30.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#85C08F (or 0x85C08F) is known color: De York. HEX triplet: 85, C0 and 8F. RGB value is (133,192,143). Sum of RGB (Red+Green+Blue) = 133+192+143=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #85C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C08F is #7A3F70. Grayscale: #A8A8A8. Windows color (decimal): -8011633 or 9420933. OLE color: 9420933.

HSL color Cylindrical-coordinate representation of color #85C08F: hue angle of 130.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C08F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 143 -
CMYK 0.31 0 0.26 0.25
HSL 130.17º 0.32% 0.64% -
HSV(B) 130.17º 0.31% 0.75% -
XYZ 33.48 44.67 32.84 -
YUV 168.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 133 192 143 0.31 0 0.26 0.25 130.17 0.32 0.64
Hex 85 C0 8F 1F 0 1A 19 82 20 40
Octal 205 300 217 37 0 32 31 202 40 100
Binary 10000101 11000000 10001111 11111 0 11010 11001 10000010 100000 1000000

Color Harmonies of #85C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C08F

Black with #85C08F

Text Example


Text Example

White with #85C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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