Html Css Color HEX #7ADC8D De York

📋 copy color: '#7ADC8D'

red 122 ◦ green 220 ◦ blue 141

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

Shades of De York #7ADC8D

Tints of De York #7ADC8D

RGB

 RED value IS 122 (48.05% from 255) = 25.26%

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 25.26%
G = 45.55%
B = 29.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#7ADC8D (or 0x7ADC8D) is known color: De York. HEX triplet: 7A, DC and 8D. RGB value is (122,220,141). Sum of RGB (Red+Green+Blue) = 122+220+141=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC8D is #852372. Grayscale: #B5B5B5. Windows color (decimal): -8725363 or 9297018. OLE color: 9297018.

HSL color Cylindrical-coordinate representation of color #7ADC8D: hue angle of 131.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC8D is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 141 -
CMYK 0.45 0 0.36 0.14
HSL 131.63º 0.58% 0.67% -
HSV(B) 131.63º 0.45% 0.86% -
XYZ 38.43 57.25 34.22 -
YUV 181.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 122 220 141 0.45 0 0.36 0.14 131.63 0.58 0.67
Hex 7A DC 8D 2D 0 24 E 84 3A 43
Octal 172 334 215 55 0 44 16 204 72 103
Binary 1111010 11011100 10001101 101101 0 100100 1110 10000100 111010 1000011

Color Harmonies of #7ADC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC8D

Black with #7ADC8D

Text Example


Text Example

White with #7ADC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ADC8D; }

 p { color: rgb(122,220,141); }

 H1.HeaderClassName
 {
   color: #7ADC8D;
 }
 .AnyTagClassName
 {
   color: #7ADC8D;
 }
</style>

background-color css

<style>
 a { background-color: #7ADC8D; }

 a { background-color: rgb(122,220,141); }

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

border-color css

<style>
 span { border-color: #7ADC8D; }

 span { border-color: rgb(122,220,141); }

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