Html Css Color HEX #85CB75 De York

📋 copy color: '#85CB75'

red 133 ◦ green 203 ◦ blue 117

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

Shades of De York #85CB75

Tints of De York #85CB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 29.36%
G = 44.81%
B = 25.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#85CB75 (or 0x85CB75) is known color: De York. HEX triplet: 85, CB and 75. RGB value is (133,203,117). Sum of RGB (Red+Green+Blue) = 133+203+117=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB75 is #7A348A. Grayscale: #ACACAC. Windows color (decimal): -8008843 or 7719813. OLE color: 7719813.

HSL color Cylindrical-coordinate representation of color #85CB75: hue angle of 108.84º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85CB75 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 117 -
CMYK 0.34 0 0.42 0.20
HSL 108.84º 0.45% 0.63% -
HSV(B) 108.84º 0.42% 0.8% -
XYZ 34.24 48.98 24.48 -
YUV 172.27 96.81 99.99 -
System Red Green Blue C M Y K H S L
Decimal 133 203 117 0.34 0 0.42 0.20 108.84 0.45 0.63
Hex 85 CB 75 22 0 2A 14 6D 2D 3F
Octal 205 313 165 42 0 52 24 155 55 77
Binary 10000101 11001011 1110101 100010 0 101010 10100 1101101 101101 111111

Color Harmonies of #85CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB75

Black with #85CB75

Text Example


Text Example

White with #85CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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