Html Css Color HEX #7AD68D De York

📋 copy color: '#7AD68D'

red 122 ◦ green 214 ◦ blue 141

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

Shades of De York #7AD68D

Tints of De York #7AD68D

RGB

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

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

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

R = 25.58%
G = 44.86%
B = 29.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#7AD68D (or 0x7AD68D) is known color: De York. HEX triplet: 7A, D6 and 8D. RGB value is (122,214,141). Sum of RGB (Red+Green+Blue) = 122+214+141=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68D is #852972. Grayscale: #B2B2B2. Windows color (decimal): -8726899 or 9295482. OLE color: 9295482.

HSL color Cylindrical-coordinate representation of color #7AD68D: hue angle of 132.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD68D is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 141 -
CMYK 0.43 0 0.34 0.16
HSL 132.39º 0.53% 0.66% -
HSV(B) 132.39º 0.43% 0.84% -
XYZ 36.88 54.15 33.71 -
YUV 178.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 122 214 141 0.43 0 0.34 0.16 132.39 0.53 0.66
Hex 7A D6 8D 2B 0 22 10 84 35 42
Octal 172 326 215 53 0 42 20 204 65 102
Binary 1111010 11010110 10001101 101011 0 100010 10000 10000100 110101 1000010

Color Harmonies of #7AD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD68D

Black with #7AD68D

Text Example


Text Example

White with #7AD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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