Html Css Color HEX #7AD07F De York

📋 copy color: '#7AD07F'

red 122 ◦ green 208 ◦ blue 127

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

Shades of De York #7AD07F

Tints of De York #7AD07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 127 (50% from 255) = 27.79%

R = 26.7%
G = 45.51%
B = 27.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#7AD07F (or 0x7AD07F) is known color: De York. HEX triplet: 7A, D0 and 7F. RGB value is (122,208,127). Sum of RGB (Red+Green+Blue) = 122+208+127=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07F is #852F80. Grayscale: #ADADAD. Windows color (decimal): -8728449 or 8376442. OLE color: 8376442.

HSL color Cylindrical-coordinate representation of color #7AD07F: hue angle of 123.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD07F is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 127 -
CMYK 0.41 0 0.39 0.18
HSL 123.49º 0.48% 0.65% -
HSV(B) 123.49º 0.41% 0.82% -
XYZ 34.41 50.78 28.07 -
YUV 173.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 122 208 127 0.41 0 0.39 0.18 123.49 0.48 0.65
Hex 7A D0 7F 29 0 27 12 7B 30 41
Octal 172 320 177 51 0 47 22 173 60 101
Binary 1111010 11010000 1111111 101001 0 100111 10010 1111011 110000 1000001

Color Harmonies of #7AD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD07F

Black with #7AD07F

Text Example


Text Example

White with #7AD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,127); }

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

background-color css

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

 a { background-color: rgb(122,208,127); }

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

border-color css

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

 span { border-color: rgb(122,208,127); }

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