#7adf97

Color #7ADF97 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7ADF97

Tints of De York #7ADF97

Color information

#7ADF97 (or 0x7ADF97) is unknown color: approx De York. HEX triplet: 7A, DF and 97. RGB value is (122,223,151). Sum of RGB (Red+Green+Blue) = 122+223+151=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF97 is #852068. Grayscale: #B8B8B8. Windows color (decimal): -8724585 or 9953146. OLE color: 9953146.

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

Color convert

RGB122223151-
CMYK0.4500.320.13
HSL137.23º61.21%67.65%-
HSV(B)137.23º45.29%87.45%-
XYZ4059.1538.59-
YUV184.59109.0483.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=24.60%
G=44.96%
B=30.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231510.4500.320.13137.2361.2167.65
Hex7ADF972D020D893d44
Octal172337227550401521175104
Binary1111010110111111001011110110101000001101100010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7adf97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7adf97;
 }
 .AnyTagClassName
 {
   color: #7adf97;
 }
</style>
background-color css

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

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

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

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

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

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