Html Css Color HEX #85C28F De York

📋 copy color: '#85C28F'

red 133 ◦ green 194 ◦ blue 143

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

Shades of De York #85C28F

Tints of De York #85C28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 28.3%
G = 41.28%
B = 30.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#85C28F (or 0x85C28F) is known color: De York. HEX triplet: 85, C2 and 8F. RGB value is (133,194,143). Sum of RGB (Red+Green+Blue) = 133+194+143=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #85C28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C28F is #7A3D70. Grayscale: #AAAAAA. Windows color (decimal): -8011121 or 9421445. OLE color: 9421445.

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

Color convert

RGB 133 194 143 -
CMYK 0.31 0 0.26 0.24
HSL 129.84º 0.33% 0.64% -
HSV(B) 129.84º 0.31% 0.76% -
XYZ 33.92 45.55 32.99 -
YUV 169.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 133 194 143 0.31 0 0.26 0.24 129.84 0.33 0.64
Hex 85 C2 8F 1F 0 1A 18 82 21 40
Octal 205 302 217 37 0 32 30 202 41 100
Binary 10000101 11000010 10001111 11111 0 11010 11000 10000010 100001 1000000

Color Harmonies of #85C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C28F

Black with #85C28F

Text Example


Text Example

White with #85C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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