Html Css Color HEX #85C275 De York

📋 copy color: '#85C275'

red 133 ◦ green 194 ◦ blue 117

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

Shades of De York #85C275

Tints of De York #85C275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 29.95%
G = 43.69%
B = 26.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#85C275 (or 0x85C275) is known color: De York. HEX triplet: 85, C2 and 75. RGB value is (133,194,117). Sum of RGB (Red+Green+Blue) = 133+194+117=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #85C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C275 is #7A3D8A. Grayscale: #A7A7A7. Windows color (decimal): -8011147 or 7717509. OLE color: 7717509.

HSL color Cylindrical-coordinate representation of color #85C275: hue angle of 107.53º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C275 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 117 -
CMYK 0.31 0 0.40 0.24
HSL 107.53º 0.39% 0.61% -
HSV(B) 107.53º 0.4% 0.76% -
XYZ 32.18 44.85 23.79 -
YUV 166.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 133 194 117 0.31 0 0.40 0.24 107.53 0.39 0.61
Hex 85 C2 75 1F 0 28 18 6C 27 3D
Octal 205 302 165 37 0 50 30 154 47 75
Binary 10000101 11000010 1110101 11111 0 101000 11000 1101100 100111 111101

Color Harmonies of #85C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C275

Black with #85C275

Text Example


Text Example

White with #85C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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