Html Css Color HEX #7DC38A De York

📋 copy color: '#7DC38A'

red 125 ◦ green 195 ◦ blue 138

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

Shades of De York #7DC38A

Tints of De York #7DC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 27.29%
G = 42.58%
B = 30.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#7DC38A (or 0x7DC38A) is known color: De York. HEX triplet: 7D, C3 and 8A. RGB value is (125,195,138). Sum of RGB (Red+Green+Blue) = 125+195+138=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC38A is #823C75. Grayscale: #A7A7A7. Windows color (decimal): -8535158 or 9094013. OLE color: 9094013.

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

Color convert

RGB 125 195 138 -
CMYK 0.36 0 0.29 0.24
HSL 131.14º 0.37% 0.63% -
HSV(B) 131.14º 0.36% 0.76% -
XYZ 32.56 45.23 31.06 -
YUV 167.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 125 195 138 0.36 0 0.29 0.24 131.14 0.37 0.63
Hex 7D C3 8A 24 0 1D 18 83 25 3F
Octal 175 303 212 44 0 35 30 203 45 77
Binary 1111101 11000011 10001010 100100 0 11101 11000 10000011 100101 111111

Color Harmonies of #7DC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC38A

Black with #7DC38A

Text Example


Text Example

White with #7DC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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