Html Css Color HEX #81D685 De York

📋 copy color: '#81D685'

red 129 ◦ green 214 ◦ blue 133

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

Shades of De York #81D685

Tints of De York #81D685

RGB

 RED value IS 129 (50.78% from 255) = 27.1%

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 27.1%
G = 44.96%
B = 27.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#81D685 (or 0x81D685) is known color: De York. HEX triplet: 81, D6 and 85. RGB value is (129,214,133). Sum of RGB (Red+Green+Blue) = 129+214+133=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #81D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D685 is #7E297A. Grayscale: #B3B3B3. Windows color (decimal): -8268155 or 8771201. OLE color: 8771201.

HSL color Cylindrical-coordinate representation of color #81D685: hue angle of 122.82º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D685 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 214 133 -
CMYK 0.40 0 0.38 0.16
HSL 122.82º 0.51% 0.67% -
HSV(B) 122.82º 0.4% 0.84% -
XYZ 37.33 54.45 30.73 -
YUV 179.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 129 214 133 0.40 0 0.38 0.16 122.82 0.51 0.67
Hex 81 D6 85 28 0 26 10 7B 33 43
Octal 201 326 205 50 0 46 20 173 63 103
Binary 10000001 11010110 10000101 101000 0 100110 10000 1111011 110011 1000011

Color Harmonies of #81D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D685

Black with #81D685

Text Example


Text Example

White with #81D685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81D685; }

 p { color: rgb(129,214,133); }

 H1.HeaderClassName
 {
   color: #81D685;
 }
 .AnyTagClassName
 {
   color: #81D685;
 }
</style>

background-color css

<style>
 a { background-color: #81D685; }

 a { background-color: rgb(129,214,133); }

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

border-color css

<style>
 span { border-color: #81D685; }

 span { border-color: rgb(129,214,133); }

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