Html Css Color HEX #85C283 De York

📋 copy color: '#85C283'

red 133 ◦ green 194 ◦ blue 131

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

Shades of De York #85C283

Tints of De York #85C283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

 BLUE value IS 131 (51.56% from 255) = 28.6%

R = 29.04%
G = 42.36%
B = 28.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#85C283 (or 0x85C283) is known color: De York. HEX triplet: 85, C2 and 83. RGB value is (133,194,131). Sum of RGB (Red+Green+Blue) = 133+194+131=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #85C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C283 is #7A3D7C. Grayscale: #A8A8A8. Windows color (decimal): -8011133 or 8635013. OLE color: 8635013.

HSL color Cylindrical-coordinate representation of color #85C283: hue angle of 118.1º 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 #85C283 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 131 -
CMYK 0.31 0 0.32 0.24
HSL 118.1º 0.34% 0.64% -
HSV(B) 118.1º 0.32% 0.76% -
XYZ 33.06 45.21 28.46 -
YUV 168.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 133 194 131 0.31 0 0.32 0.24 118.1 0.34 0.64
Hex 85 C2 83 1F 0 20 18 76 22 40
Octal 205 302 203 37 0 40 30 166 42 100
Binary 10000101 11000010 10000011 11111 0 100000 11000 1110110 100010 1000000

Color Harmonies of #85C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C283

Black with #85C283

Text Example


Text Example

White with #85C283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,131); }

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

background-color css

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

 a { background-color: rgb(133,194,131); }

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

border-color css

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

 span { border-color: rgb(133,194,131); }

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