Html Css Color HEX #7ADC93 De York

📋 copy color: '#7ADC93'

red 122 ◦ green 220 ◦ blue 147

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

Shades of De York #7ADC93

Tints of De York #7ADC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 24.95%
G = 44.99%
B = 30.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#7ADC93 (or 0x7ADC93) is known color: De York. HEX triplet: 7A, DC and 93. RGB value is (122,220,147). Sum of RGB (Red+Green+Blue) = 122+220+147=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC93 is #85236C. Grayscale: #B6B6B6. Windows color (decimal): -8725357 or 9690234. OLE color: 9690234.

HSL color Cylindrical-coordinate representation of color #7ADC93: hue angle of 135.31º 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 #7ADC93 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 147 -
CMYK 0.45 0 0.33 0.14
HSL 135.31º 0.58% 0.67% -
HSV(B) 135.31º 0.45% 0.86% -
XYZ 38.89 57.43 36.64 -
YUV 182.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 122 220 147 0.45 0 0.33 0.14 135.31 0.58 0.67
Hex 7A DC 93 2D 0 21 E 87 3A 43
Octal 172 334 223 55 0 41 16 207 72 103
Binary 1111010 11011100 10010011 101101 0 100001 1110 10000111 111010 1000011

Color Harmonies of #7ADC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC93

Black with #7ADC93

Text Example


Text Example

White with #7ADC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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