Html Css Color HEX #7AD384 De York

📋 copy color: '#7AD384'

red 122 ◦ green 211 ◦ blue 132

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

Shades of De York #7AD384

Tints of De York #7AD384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 26.24%
G = 45.38%
B = 28.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#7AD384 (or 0x7AD384) is known color: De York. HEX triplet: 7A, D3 and 84. RGB value is (122,211,132). Sum of RGB (Red+Green+Blue) = 122+211+132=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD384 is #852C7B. Grayscale: #AFAFAF. Windows color (decimal): -8727676 or 8704890. OLE color: 8704890.

HSL color Cylindrical-coordinate representation of color #7AD384: hue angle of 126.74º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD384 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 211 132 -
CMYK 0.42 0 0.37 0.17
HSL 126.74º 0.5% 0.65% -
HSV(B) 126.74º 0.42% 0.83% -
XYZ 35.49 52.39 30.07 -
YUV 175.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 122 211 132 0.42 0 0.37 0.17 126.74 0.5 0.65
Hex 7A D3 84 2A 0 25 11 7F 32 41
Octal 172 323 204 52 0 45 21 177 62 101
Binary 1111010 11010011 10000100 101010 0 100101 10001 1111111 110010 1000001

Color Harmonies of #7AD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD384

Black with #7AD384

Text Example


Text Example

White with #7AD384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,211,132); }

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

background-color css

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

 a { background-color: rgb(122,211,132); }

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

border-color css

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

 span { border-color: rgb(122,211,132); }

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