Html Css Color HEX #85CB78 De York

📋 copy color: '#85CB78'

red 133 ◦ green 203 ◦ blue 120

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

Shades of De York #85CB78

Tints of De York #85CB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 29.17%
G = 44.52%
B = 26.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#85CB78 (or 0x85CB78) is known color: De York. HEX triplet: 85, CB and 78. RGB value is (133,203,120). Sum of RGB (Red+Green+Blue) = 133+203+120=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB78 is #7A3487. Grayscale: #ACACAC. Windows color (decimal): -8008840 or 7916421. OLE color: 7916421.

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

Color convert

RGB 133 203 120 -
CMYK 0.34 0 0.41 0.20
HSL 110.6º 0.44% 0.63% -
HSV(B) 110.6º 0.41% 0.8% -
XYZ 34.42 49.05 25.42 -
YUV 172.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 133 203 120 0.34 0 0.41 0.20 110.6 0.44 0.63
Hex 85 CB 78 22 0 29 14 6F 2C 3F
Octal 205 313 170 42 0 51 24 157 54 77
Binary 10000101 11001011 1111000 100010 0 101001 10100 1101111 101100 111111

Color Harmonies of #85CB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB78

Black with #85CB78

Text Example


Text Example

White with #85CB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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