Html Css Color HEX #7ADE9B De York

📋 copy color: '#7ADE9B'

red 122 ◦ green 222 ◦ blue 155

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

Shades of De York #7ADE9B

Tints of De York #7ADE9B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.49%

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 24.45%
G = 44.49%
B = 31.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#7ADE9B (or 0x7ADE9B) is known color: De York. HEX triplet: 7A, DE and 9B. RGB value is (122,222,155). Sum of RGB (Red+Green+Blue) = 122+222+155=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9B is #852164. Grayscale: #B8B8B8. Windows color (decimal): -8724837 or 10215034. OLE color: 10215034.

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

Color convert

RGB 122 222 155 -
CMYK 0.45 0 0.30 0.13
HSL 139.8º 0.6% 0.67% -
HSV(B) 139.8º 0.45% 0.87% -
XYZ 40.06 58.75 40.24 -
YUV 184.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 122 222 155 0.45 0 0.30 0.13 139.8 0.6 0.67
Hex 7A DE 9B 2D 0 1E D 8C 3C 43
Octal 172 336 233 55 0 36 15 214 74 103
Binary 1111010 11011110 10011011 101101 0 11110 1101 10001100 111100 1000011

Color Harmonies of #7ADE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE9B

Black with #7ADE9B

Text Example


Text Example

White with #7ADE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,222,155); }

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

background-color css

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

 a { background-color: rgb(122,222,155); }

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

border-color css

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

 span { border-color: rgb(122,222,155); }

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