Html Css Color HEX #7ADE8D De York

📋 copy color: '#7ADE8D'

red 122 ◦ green 222 ◦ blue 141

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

Shades of De York #7ADE8D

Tints of De York #7ADE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

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

R = 25.15%
G = 45.77%
B = 29.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#7ADE8D (or 0x7ADE8D) is known color: De York. HEX triplet: 7A, DE and 8D. RGB value is (122,222,141). Sum of RGB (Red+Green+Blue) = 122+222+141=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE8D is #852172. Grayscale: #B7B7B7. Windows color (decimal): -8724851 or 9297530. OLE color: 9297530.

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

Color convert

RGB 122 222 141 -
CMYK 0.45 0 0.36 0.13
HSL 131.4º 0.6% 0.67% -
HSV(B) 131.4º 0.45% 0.87% -
XYZ 38.96 58.3 34.4 -
YUV 182.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 122 222 141 0.45 0 0.36 0.13 131.4 0.6 0.67
Hex 7A DE 8D 2D 0 24 D 83 3C 43
Octal 172 336 215 55 0 44 15 203 74 103
Binary 1111010 11011110 10001101 101101 0 100100 1101 10000011 111100 1000011

Color Harmonies of #7ADE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE8D

Black with #7ADE8D

Text Example


Text Example

White with #7ADE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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