Html Css Color HEX #85C38F De York

📋 copy color: '#85C38F'

red 133 ◦ green 195 ◦ blue 143

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

Shades of De York #85C38F

Tints of De York #85C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 28.24%
G = 41.4%
B = 30.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#85C38F (or 0x85C38F) is known color: De York. HEX triplet: 85, C3 and 8F. RGB value is (133,195,143). Sum of RGB (Red+Green+Blue) = 133+195+143=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #85C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C38F is #7A3C70. Grayscale: #AAAAAA. Windows color (decimal): -8010865 or 9421701. OLE color: 9421701.

HSL color Cylindrical-coordinate representation of color #85C38F: hue angle of 129.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C38F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 143 -
CMYK 0.32 0 0.27 0.24
HSL 129.68º 0.34% 0.64% -
HSV(B) 129.68º 0.32% 0.76% -
XYZ 34.15 46 33.07 -
YUV 170.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 133 195 143 0.32 0 0.27 0.24 129.68 0.34 0.64
Hex 85 C3 8F 20 0 1B 18 82 22 40
Octal 205 303 217 40 0 33 30 202 42 100
Binary 10000101 11000011 10001111 100000 0 11011 11000 10000010 100010 1000000

Color Harmonies of #85C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C38F

Black with #85C38F

Text Example


Text Example

White with #85C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,143); }

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

background-color css

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

 a { background-color: rgb(133,195,143); }

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

border-color css

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

 span { border-color: rgb(133,195,143); }

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