Html Css Color HEX #7AD28F De York

📋 copy color: '#7AD28F'

red 122 ◦ green 210 ◦ blue 143

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

Shades of De York #7AD28F

Tints of De York #7AD28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 25.68%
G = 44.21%
B = 30.11%

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

#7AD28F (or 0x7AD28F) is known color: De York. HEX triplet: 7A, D2 and 8F. RGB value is (122,210,143). Sum of RGB (Red+Green+Blue) = 122+210+143=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD28F is #852D70. Grayscale: #B0B0B0. Windows color (decimal): -8727921 or 9425530. OLE color: 9425530.

HSL color Cylindrical-coordinate representation of color #7AD28F: hue angle of 134.32º 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 #7AD28F is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 143 -
CMYK 0.42 0 0.32 0.18
HSL 134.32º 0.49% 0.65% -
HSV(B) 134.32º 0.42% 0.82% -
XYZ 36.03 52.21 34.17 -
YUV 176.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 122 210 143 0.42 0 0.32 0.18 134.32 0.49 0.65
Hex 7A D2 8F 2A 0 20 12 86 31 41
Octal 172 322 217 52 0 40 22 206 61 101
Binary 1111010 11010010 10001111 101010 0 100000 10010 10000110 110001 1000001

Color Harmonies of #7AD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD28F

Black with #7AD28F

Text Example


Text Example

White with #7AD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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