Html Css Color HEX #8CDD82 De York

📋 copy color: '#8CDD82'

red 140 ◦ green 221 ◦ blue 130

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

Shades of De York #8CDD82

Tints of De York #8CDD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 28.51%
G = 45.01%
B = 26.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8CDD82 (or 0x8CDD82) is known color: De York. HEX triplet: 8C, DD and 82. RGB value is (140,221,130). Sum of RGB (Red+Green+Blue) = 140+221+130=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD82 is #73227D. Grayscale: #BABABA. Windows color (decimal): -7545470 or 8576396. OLE color: 8576396.

HSL color Cylindrical-coordinate representation of color #8CDD82: hue angle of 113.41º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDD82 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 130 -
CMYK 0.37 0 0.41 0.13
HSL 113.41º 0.57% 0.69% -
HSV(B) 113.41º 0.41% 0.87% -
XYZ 40.7 58.9 30.34 -
YUV 186.41 96.16 94.9 -
System Red Green Blue C M Y K H S L
Decimal 140 221 130 0.37 0 0.41 0.13 113.41 0.57 0.69
Hex 8C DD 82 25 0 29 D 71 39 45
Octal 214 335 202 45 0 51 15 161 71 105
Binary 10001100 11011101 10000010 100101 0 101001 1101 1110001 111001 1000101

Color Harmonies of #8CDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD82

Black with #8CDD82

Text Example


Text Example

White with #8CDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,130); }

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

background-color css

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

 a { background-color: rgb(140,221,130); }

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

border-color css

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

 span { border-color: rgb(140,221,130); }

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