Html Css Color HEX #7ADC94 De York

📋 copy color: '#7ADC94'

red 122 ◦ green 220 ◦ blue 148

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

Shades of De York #7ADC94

Tints of De York #7ADC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 24.9%
G = 44.9%
B = 30.2%

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

#7ADC94 (or 0x7ADC94) is known color: De York. HEX triplet: 7A, DC and 94. RGB value is (122,220,148). Sum of RGB (Red+Green+Blue) = 122+220+148=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC94 is #85236B. Grayscale: #B6B6B6. Windows color (decimal): -8725356 or 9755770. OLE color: 9755770.

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

Color convert

RGB 122 220 148 -
CMYK 0.45 0 0.33 0.14
HSL 135.92º 0.58% 0.67% -
HSV(B) 135.92º 0.45% 0.86% -
XYZ 38.96 57.46 37.05 -
YUV 182.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 122 220 148 0.45 0 0.33 0.14 135.92 0.58 0.67
Hex 7A DC 94 2D 0 21 E 88 3A 43
Octal 172 334 224 55 0 41 16 210 72 103
Binary 1111010 11011100 10010100 101101 0 100001 1110 10001000 111010 1000011

Color Harmonies of #7ADC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC94

Black with #7ADC94

Text Example


Text Example

White with #7ADC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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