Html Css Color HEX #7AC575 De York

📋 copy color: '#7AC575'

red 122 ◦ green 197 ◦ blue 117

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

Shades of De York #7AC575

Tints of De York #7AC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 27.98%
G = 45.18%
B = 26.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#7AC575 (or 0x7AC575) is known color: De York. HEX triplet: 7A, C5 and 75. RGB value is (122,197,117). Sum of RGB (Red+Green+Blue) = 122+197+117=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC575 is #853A8A. Grayscale: #A5A5A5. Windows color (decimal): -8731275 or 7718266. OLE color: 7718266.

HSL color Cylindrical-coordinate representation of color #7AC575: hue angle of 116.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC575 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 117 -
CMYK 0.38 0 0.41 0.23
HSL 116.25º 0.41% 0.62% -
HSV(B) 116.25º 0.41% 0.77% -
XYZ 31.2 45.35 23.94 -
YUV 165.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 122 197 117 0.38 0 0.41 0.23 116.25 0.41 0.62
Hex 7A C5 75 26 0 29 17 74 29 3E
Octal 172 305 165 46 0 51 27 164 51 76
Binary 1111010 11000101 1110101 100110 0 101001 10111 1110100 101001 111110

Color Harmonies of #7AC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC575

Black with #7AC575

Text Example


Text Example

White with #7AC575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,117); }

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

background-color css

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

 a { background-color: rgb(122,197,117); }

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

border-color css

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

 span { border-color: rgb(122,197,117); }

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