Html Css Color HEX #7AD288 De York

📋 copy color: '#7AD288'

red 122 ◦ green 210 ◦ blue 136

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

Shades of De York #7AD288

Tints of De York #7AD288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 26.07%
G = 44.87%
B = 29.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#7AD288 (or 0x7AD288) is known color: De York. HEX triplet: 7A, D2 and 88. RGB value is (122,210,136). Sum of RGB (Red+Green+Blue) = 122+210+136=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD288 is #852D77. Grayscale: #AFAFAF. Windows color (decimal): -8727928 or 8966778. OLE color: 8966778.

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

Color convert

RGB 122 210 136 -
CMYK 0.42 0 0.35 0.18
HSL 129.55º 0.49% 0.65% -
HSV(B) 129.55º 0.42% 0.82% -
XYZ 35.52 52.01 31.46 -
YUV 175.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 122 210 136 0.42 0 0.35 0.18 129.55 0.49 0.65
Hex 7A D2 88 2A 0 23 12 82 31 41
Octal 172 322 210 52 0 43 22 202 61 101
Binary 1111010 11010010 10001000 101010 0 100011 10010 10000010 110001 1000001

Color Harmonies of #7AD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD288

Black with #7AD288

Text Example


Text Example

White with #7AD288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,136); }

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

background-color css

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

 a { background-color: rgb(122,210,136); }

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

border-color css

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

 span { border-color: rgb(122,210,136); }

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