Html Css Color HEX #7DC37A De York

📋 copy color: '#7DC37A'

red 125 ◦ green 195 ◦ blue 122

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

Shades of De York #7DC37A

Tints of De York #7DC37A

RGB

 RED value IS 125 (49.22% from 255) = 28.28%

 GREEN value IS 195 (76.56% from 255) = 44.12%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 28.28%
G = 44.12%
B = 27.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#7DC37A (or 0x7DC37A) is known color: De York. HEX triplet: 7D, C3 and 7A. RGB value is (125,195,122). Sum of RGB (Red+Green+Blue) = 125+195+122=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC37A is #823C85. Grayscale: #A5A5A5. Windows color (decimal): -8535174 or 8045437. OLE color: 8045437.

HSL color Cylindrical-coordinate representation of color #7DC37A: hue angle of 117.53º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC37A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 122 -
CMYK 0.36 0 0.37 0.24
HSL 117.53º 0.38% 0.62% -
HSV(B) 117.53º 0.37% 0.76% -
XYZ 31.49 44.8 25.4 -
YUV 165.75 103.31 98.94 -
System Red Green Blue C M Y K H S L
Decimal 125 195 122 0.36 0 0.37 0.24 117.53 0.38 0.62
Hex 7D C3 7A 24 0 25 18 76 26 3E
Octal 175 303 172 44 0 45 30 166 46 76
Binary 1111101 11000011 1111010 100100 0 100101 11000 1110110 100110 111110

Color Harmonies of #7DC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC37A

Black with #7DC37A

Text Example


Text Example

White with #7DC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,122); }

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

background-color css

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

 a { background-color: rgb(125,195,122); }

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

border-color css

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

 span { border-color: rgb(125,195,122); }

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