Html Css Color HEX #85D67F De York

📋 copy color: '#85D67F'

red 133 ◦ green 214 ◦ blue 127

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

Shades of De York #85D67F

Tints of De York #85D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 28.06%
G = 45.15%
B = 26.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#85D67F (or 0x85D67F) is known color: De York. HEX triplet: 85, D6 and 7F. RGB value is (133,214,127). Sum of RGB (Red+Green+Blue) = 133+214+127=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #85D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D67F is #7A2980. Grayscale: #B4B4B4. Windows color (decimal): -8006017 or 8377989. OLE color: 8377989.

HSL color Cylindrical-coordinate representation of color #85D67F: hue angle of 115.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D67F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 127 -
CMYK 0.38 0 0.41 0.16
HSL 115.86º 0.51% 0.67% -
HSV(B) 115.86º 0.41% 0.84% -
XYZ 37.55 54.61 28.64 -
YUV 179.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 133 214 127 0.38 0 0.41 0.16 115.86 0.51 0.67
Hex 85 D6 7F 26 0 29 10 74 33 43
Octal 205 326 177 46 0 51 20 164 63 103
Binary 10000101 11010110 1111111 100110 0 101001 10000 1110100 110011 1000011

Color Harmonies of #85D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D67F

Black with #85D67F

Text Example


Text Example

White with #85D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,127); }

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

background-color css

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

 a { background-color: rgb(133,214,127); }

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

border-color css

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

 span { border-color: rgb(133,214,127); }

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