Html Css Color HEX #85C28A De York

📋 copy color: '#85C28A'

red 133 ◦ green 194 ◦ blue 138

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

Shades of De York #85C28A

Tints of De York #85C28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 28.6%
G = 41.72%
B = 29.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#85C28A (or 0x85C28A) is known color: De York. HEX triplet: 85, C2 and 8A. RGB value is (133,194,138). Sum of RGB (Red+Green+Blue) = 133+194+138=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #85C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C28A is #7A3D75. Grayscale: #A9A9A9. Windows color (decimal): -8011126 or 9093765. OLE color: 9093765.

HSL color Cylindrical-coordinate representation of color #85C28A: hue angle of 124.92º 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 #85C28A is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 138 -
CMYK 0.31 0 0.29 0.24
HSL 124.92º 0.33% 0.64% -
HSV(B) 124.92º 0.31% 0.76% -
XYZ 33.55 45.41 31.04 -
YUV 169.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 133 194 138 0.31 0 0.29 0.24 124.92 0.33 0.64
Hex 85 C2 8A 1F 0 1D 18 7D 21 40
Octal 205 302 212 37 0 35 30 175 41 100
Binary 10000101 11000010 10001010 11111 0 11101 11000 1111101 100001 1000000

Color Harmonies of #85C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C28A

Black with #85C28A

Text Example


Text Example

White with #85C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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