Html Css Color HEX #85C974 De York

📋 copy color: '#85C974'

red 133 ◦ green 201 ◦ blue 116

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

Shades of De York #85C974

Tints of De York #85C974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.67%

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 29.56%
G = 44.67%
B = 25.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#85C974 (or 0x85C974) is known color: De York. HEX triplet: 85, C9 and 74. RGB value is (133,201,116). Sum of RGB (Red+Green+Blue) = 133+201+116=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #85C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C974 is #7A368B. Grayscale: #ABABAB. Windows color (decimal): -8009356 or 7653765. OLE color: 7653765.

HSL color Cylindrical-coordinate representation of color #85C974: hue angle of 108º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85C974 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 201 116 -
CMYK 0.34 0 0.42 0.21
HSL 108º 0.44% 0.62% -
HSV(B) 108º 0.42% 0.79% -
XYZ 33.71 48.02 24.02 -
YUV 170.98 96.97 100.91 -
System Red Green Blue C M Y K H S L
Decimal 133 201 116 0.34 0 0.42 0.21 108 0.44 0.62
Hex 85 C9 74 22 0 2A 15 6C 2C 3E
Octal 205 311 164 42 0 52 25 154 54 76
Binary 10000101 11001001 1110100 100010 0 101010 10101 1101100 101100 111110

Color Harmonies of #85C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C974

Black with #85C974

Text Example


Text Example

White with #85C974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,201,116); }

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

background-color css

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

 a { background-color: rgb(133,201,116); }

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

border-color css

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

 span { border-color: rgb(133,201,116); }

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