Html Css Color HEX #85D290 De York

📋 copy color: '#85D290'

red 133 ◦ green 210 ◦ blue 144

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

Shades of De York #85D290

Tints of De York #85D290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 27.31%
G = 43.12%
B = 29.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#85D290 (or 0x85D290) is known color: De York. HEX triplet: 85, D2 and 90. RGB value is (133,210,144). Sum of RGB (Red+Green+Blue) = 133+210+144=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #85D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D290 is #7A2D6F. Grayscale: #B3B3B3. Windows color (decimal): -8007024 or 9491077. OLE color: 9491077.

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

Color convert

RGB 133 210 144 -
CMYK 0.37 0 0.31 0.18
HSL 128.57º 0.46% 0.67% -
HSV(B) 128.57º 0.37% 0.82% -
XYZ 37.75 53.09 34.64 -
YUV 179.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 133 210 144 0.37 0 0.31 0.18 128.57 0.46 0.67
Hex 85 D2 90 25 0 1F 12 81 2E 43
Octal 205 322 220 45 0 37 22 201 56 103
Binary 10000101 11010010 10010000 100101 0 11111 10010 10000001 101110 1000011

Color Harmonies of #85D290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D290

Black with #85D290

Text Example


Text Example

White with #85D290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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