Html Css Color HEX #7ADC8C De York

📋 copy color: '#7ADC8C'

red 122 ◦ green 220 ◦ blue 140

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

Shades of De York #7ADC8C

Tints of De York #7ADC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 25.31%
G = 45.64%
B = 29.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#7ADC8C (or 0x7ADC8C) is known color: De York. HEX triplet: 7A, DC and 8C. RGB value is (122,220,140). Sum of RGB (Red+Green+Blue) = 122+220+140=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC8C is #852373. Grayscale: #B5B5B5. Windows color (decimal): -8725364 or 9231482. OLE color: 9231482.

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

Color convert

RGB 122 220 140 -
CMYK 0.45 0 0.36 0.14
HSL 131.02º 0.58% 0.67% -
HSV(B) 131.02º 0.45% 0.86% -
XYZ 38.35 57.22 33.83 -
YUV 181.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 122 220 140 0.45 0 0.36 0.14 131.02 0.58 0.67
Hex 7A DC 8C 2D 0 24 E 83 3A 43
Octal 172 334 214 55 0 44 16 203 72 103
Binary 1111010 11011100 10001100 101101 0 100100 1110 10000011 111010 1000011

Color Harmonies of #7ADC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC8C

Black with #7ADC8C

Text Example


Text Example

White with #7ADC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,140); }

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

background-color css

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

 a { background-color: rgb(122,220,140); }

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

border-color css

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

 span { border-color: rgb(122,220,140); }

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