Html Css Color HEX #85CE75 De York

📋 copy color: '#85CE75'

red 133 ◦ green 206 ◦ blue 117

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

Shades of De York #85CE75

Tints of De York #85CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

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

R = 29.17%
G = 45.18%
B = 25.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#85CE75 (or 0x85CE75) is known color: De York. HEX triplet: 85, CE and 75. RGB value is (133,206,117). Sum of RGB (Red+Green+Blue) = 133+206+117=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE75 is #7A318A. Grayscale: #AEAEAE. Windows color (decimal): -8008075 or 7720581. OLE color: 7720581.

HSL color Cylindrical-coordinate representation of color #85CE75: hue angle of 109.21º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CE75 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 117 -
CMYK 0.35 0 0.43 0.19
HSL 109.21º 0.48% 0.63% -
HSV(B) 109.21º 0.43% 0.81% -
XYZ 34.96 50.41 24.72 -
YUV 174.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 133 206 117 0.35 0 0.43 0.19 109.21 0.48 0.63
Hex 85 CE 75 23 0 2B 13 6D 30 3F
Octal 205 316 165 43 0 53 23 155 60 77
Binary 10000101 11001110 1110101 100011 0 101011 10011 1101101 110000 111111

Color Harmonies of #85CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE75

Black with #85CE75

Text Example


Text Example

White with #85CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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