Html Css Color HEX #85D288 De York

📋 copy color: '#85D288'

red 133 ◦ green 210 ◦ blue 136

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

Shades of De York #85D288

Tints of De York #85D288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

 BLUE value IS 136 (53.52% from 255) = 28.39%

R = 27.77%
G = 43.84%
B = 28.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#85D288 (or 0x85D288) is known color: De York. HEX triplet: 85, D2 and 88. RGB value is (133,210,136). Sum of RGB (Red+Green+Blue) = 133+210+136=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #85D288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D288 is #7A2D77. Grayscale: #B2B2B2. Windows color (decimal): -8007032 or 8966789. OLE color: 8966789.

HSL color Cylindrical-coordinate representation of color #85D288: hue angle of 122.34º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D288 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 136 -
CMYK 0.37 0 0.35 0.18
HSL 122.34º 0.46% 0.67% -
HSV(B) 122.34º 0.37% 0.82% -
XYZ 37.16 52.86 31.54 -
YUV 178.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 133 210 136 0.37 0 0.35 0.18 122.34 0.46 0.67
Hex 85 D2 88 25 0 23 12 7A 2E 43
Octal 205 322 210 45 0 43 22 172 56 103
Binary 10000101 11010010 10001000 100101 0 100011 10010 1111010 101110 1000011

Color Harmonies of #85D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D288

Black with #85D288

Text Example


Text Example

White with #85D288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,210,136); }

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

background-color css

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

 a { background-color: rgb(133,210,136); }

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

border-color css

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

 span { border-color: rgb(133,210,136); }

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