#7ADF93

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

Shades of De York #7ADF93

Tints of De York #7ADF93

Color information

#7ADF93 (or 0x7ADF93) is unknown color: approx De York. HEX triplet: 7A, DF and 93. RGB value is (122,223,147). Sum of RGB (Red+Green+Blue) = 122+223+147=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF93 is #85206C. Grayscale: #B8B8B8. Windows color (decimal): -8724589 or 9691002. OLE color: 9691002.

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

Color convert

RGB122223147-
CMYK0.4500.340.13
HSL134.85º61.21%67.65%-
HSV(B)134.85º45.29%87.45%-
XYZ39.6859.0236.9-
YUV184.14107.0483.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=24.80%
G=45.33%
B=29.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222231470.4500.340.13134.8561.2167.65
Hex7ADF932D022D873d44
Octal172337223550421520775104
Binary1111010110111111001001110110101000101101100001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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