Html Css Color HEX #7AD081 De York

📋 copy color: '#7AD081'

red 122 ◦ green 208 ◦ blue 129

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

Shades of De York #7AD081

Tints of De York #7AD081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.1%

R = 26.58%
G = 45.32%
B = 28.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#7AD081 (or 0x7AD081) is known color: De York. HEX triplet: 7A, D0 and 81. RGB value is (122,208,129). Sum of RGB (Red+Green+Blue) = 122+208+129=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD081 is #852F7E. Grayscale: #ADADAD. Windows color (decimal): -8728447 or 8507514. OLE color: 8507514.

HSL color Cylindrical-coordinate representation of color #7AD081: hue angle of 124.88º 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 #7AD081 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 129 -
CMYK 0.41 0 0.38 0.18
HSL 124.88º 0.48% 0.65% -
HSV(B) 124.88º 0.41% 0.82% -
XYZ 34.54 50.83 28.76 -
YUV 173.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 122 208 129 0.41 0 0.38 0.18 124.88 0.48 0.65
Hex 7A D0 81 29 0 26 12 7D 30 41
Octal 172 320 201 51 0 46 22 175 60 101
Binary 1111010 11010000 10000001 101001 0 100110 10010 1111101 110000 1000001

Color Harmonies of #7AD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD081

Black with #7AD081

Text Example


Text Example

White with #7AD081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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