Html Css Color HEX #85D296 De York

📋 copy color: '#85D296'

red 133 ◦ green 210 ◦ blue 150

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

Shades of De York #85D296

Tints of De York #85D296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 26.98%
G = 42.6%
B = 30.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#85D296 (or 0x85D296) is known color: De York. HEX triplet: 85, D2 and 96. RGB value is (133,210,150). Sum of RGB (Red+Green+Blue) = 133+210+150=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #85D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D296 is #7A2D69. Grayscale: #B4B4B4. Windows color (decimal): -8007018 or 9884293. OLE color: 9884293.

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

Color convert

RGB 133 210 150 -
CMYK 0.37 0 0.29 0.18
HSL 133.25º 0.46% 0.67% -
HSV(B) 133.25º 0.37% 0.82% -
XYZ 38.22 53.28 37.12 -
YUV 180.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 133 210 150 0.37 0 0.29 0.18 133.25 0.46 0.67
Hex 85 D2 96 25 0 1D 12 85 2E 43
Octal 205 322 226 45 0 35 22 205 56 103
Binary 10000101 11010010 10010110 100101 0 11101 10010 10000101 101110 1000011

Color Harmonies of #85D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D296

Black with #85D296

Text Example


Text Example

White with #85D296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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