Html Css Color HEX #8CDA81 De York

📋 copy color: '#8CDA81'

red 140 ◦ green 218 ◦ blue 129

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

Shades of De York #8CDA81

Tints of De York #8CDA81

RGB

 RED value IS 140 (55.08% from 255) = 28.75%

 GREEN value IS 218 (85.55% from 255) = 44.76%

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 28.75%
G = 44.76%
B = 26.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8CDA81 (or 0x8CDA81) is known color: De York. HEX triplet: 8C, DA and 81. RGB value is (140,218,129). Sum of RGB (Red+Green+Blue) = 140+218+129=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA81 is #73257E. Grayscale: #B8B8B8. Windows color (decimal): -7546239 or 8510092. OLE color: 8510092.

HSL color Cylindrical-coordinate representation of color #8CDA81: hue angle of 112.58º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDA81 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 129 -
CMYK 0.36 0 0.41 0.15
HSL 112.58º 0.55% 0.68% -
HSV(B) 112.58º 0.41% 0.85% -
XYZ 39.85 57.3 29.73 -
YUV 184.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 140 218 129 0.36 0 0.41 0.15 112.58 0.55 0.68
Hex 8C DA 81 24 0 29 F 71 37 44
Octal 214 332 201 44 0 51 17 161 67 104
Binary 10001100 11011010 10000001 100100 0 101001 1111 1110001 110111 1000100

Color Harmonies of #8CDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA81

Black with #8CDA81

Text Example


Text Example

White with #8CDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CDA81; }

 p { color: rgb(140,218,129); }

 H1.HeaderClassName
 {
   color: #8CDA81;
 }
 .AnyTagClassName
 {
   color: #8CDA81;
 }
</style>

background-color css

<style>
 a { background-color: #8CDA81; }

 a { background-color: rgb(140,218,129); }

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

border-color css

<style>
 span { border-color: #8CDA81; }

 span { border-color: rgb(140,218,129); }

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