Html Css Color HEX #7ADB8A De York

📋 copy color: '#7ADB8A'

red 122 ◦ green 219 ◦ blue 138

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

Shades of De York #7ADB8A

Tints of De York #7ADB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 25.47%
G = 45.72%
B = 28.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#7ADB8A (or 0x7ADB8A) is known color: De York. HEX triplet: 7A, DB and 8A. RGB value is (122,219,138). Sum of RGB (Red+Green+Blue) = 122+219+138=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADB8A is #852475. Grayscale: #B4B4B4. Windows color (decimal): -8725622 or 9100154. OLE color: 9100154.

HSL color Cylindrical-coordinate representation of color #7ADB8A: hue angle of 129.9º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADB8A is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 219 138 -
CMYK 0.44 0 0.37 0.14
HSL 129.9º 0.57% 0.67% -
HSV(B) 129.9º 0.44% 0.86% -
XYZ 37.95 56.64 32.98 -
YUV 180.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 122 219 138 0.44 0 0.37 0.14 129.9 0.57 0.67
Hex 7A DB 8A 2C 0 25 E 82 39 43
Octal 172 333 212 54 0 45 16 202 71 103
Binary 1111010 11011011 10001010 101100 0 100101 1110 10000010 111001 1000011

Color Harmonies of #7ADB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADB8A

Black with #7ADB8A

Text Example


Text Example

White with #7ADB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,219,138); }

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

background-color css

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

 a { background-color: rgb(122,219,138); }

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

border-color css

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

 span { border-color: rgb(122,219,138); }

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