Html Css Color HEX #7ADF9A De York

📋 copy color: '#7ADF9A'

red 122 ◦ green 223 ◦ blue 154

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

Shades of De York #7ADF9A

Tints of De York #7ADF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.69%

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 24.45%
G = 44.69%
B = 30.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#7ADF9A (or 0x7ADF9A) is known color: De York. HEX triplet: 7A, DF and 9A. RGB value is (122,223,154). Sum of RGB (Red+Green+Blue) = 122+223+154=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF9A is #852065. Grayscale: #B9B9B9. Windows color (decimal): -8724582 or 10149754. OLE color: 10149754.

HSL color Cylindrical-coordinate representation of color #7ADF9A: hue angle of 139.01º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADF9A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 154 -
CMYK 0.45 0 0.31 0.13
HSL 139.01º 0.61% 0.68% -
HSV(B) 139.01º 0.45% 0.87% -
XYZ 40.25 59.25 39.89 -
YUV 184.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 122 223 154 0.45 0 0.31 0.13 139.01 0.61 0.68
Hex 7A DF 9A 2D 0 1F D 8B 3D 44
Octal 172 337 232 55 0 37 15 213 75 104
Binary 1111010 11011111 10011010 101101 0 11111 1101 10001011 111101 1000100

Color Harmonies of #7ADF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADF9A

Black with #7ADF9A

Text Example


Text Example

White with #7ADF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,223,154); }

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

background-color css

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

 a { background-color: rgb(122,223,154); }

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

border-color css

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

 span { border-color: rgb(122,223,154); }

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