Html Css Color HEX #7AD28E De York

📋 copy color: '#7AD28E'

red 122 ◦ green 210 ◦ blue 142

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

Shades of De York #7AD28E

Tints of De York #7AD28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 25.74%
G = 44.3%
B = 29.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#7AD28E (or 0x7AD28E) is known color: De York. HEX triplet: 7A, D2 and 8E. RGB value is (122,210,142). Sum of RGB (Red+Green+Blue) = 122+210+142=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD28E is #852D71. Grayscale: #B0B0B0. Windows color (decimal): -8727922 or 9359994. OLE color: 9359994.

HSL color Cylindrical-coordinate representation of color #7AD28E: hue angle of 133.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD28E is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 142 -
CMYK 0.42 0 0.32 0.18
HSL 133.64º 0.49% 0.65% -
HSV(B) 133.64º 0.42% 0.82% -
XYZ 35.96 52.18 33.77 -
YUV 175.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 122 210 142 0.42 0 0.32 0.18 133.64 0.49 0.65
Hex 7A D2 8E 2A 0 20 12 86 31 41
Octal 172 322 216 52 0 40 22 206 61 101
Binary 1111010 11010010 10001110 101010 0 100000 10010 10000110 110001 1000001

Color Harmonies of #7AD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD28E

Black with #7AD28E

Text Example


Text Example

White with #7AD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,142); }

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

background-color css

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

 a { background-color: rgb(122,210,142); }

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

border-color css

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

 span { border-color: rgb(122,210,142); }

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