Html Css Color HEX #7DC88C De York

📋 copy color: '#7DC88C'

red 125 ◦ green 200 ◦ blue 140

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

Shades of De York #7DC88C

Tints of De York #7DC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 26.88%
G = 43.01%
B = 30.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#7DC88C (or 0x7DC88C) is known color: De York. HEX triplet: 7D, C8 and 8C. RGB value is (125,200,140). Sum of RGB (Red+Green+Blue) = 125+200+140=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC88C is #823773. Grayscale: #AAAAAA. Windows color (decimal): -8533876 or 9226365. OLE color: 9226365.

HSL color Cylindrical-coordinate representation of color #7DC88C: hue angle of 132º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC88C is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 140 -
CMYK 0.38 0 0.3 0.22
HSL 132º 0.41% 0.64% -
HSV(B) 132º 0.38% 0.78% -
XYZ 33.85 47.56 32.21 -
YUV 170.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 125 200 140 0.38 0 0.3 0.22 132 0.41 0.64
Hex 7D C8 8C 26 0 1E 16 84 29 40
Octal 175 310 214 46 0 36 26 204 51 100
Binary 1111101 11001000 10001100 100110 0 11110 10110 10000100 101001 1000000

Color Harmonies of #7DC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC88C

Black with #7DC88C

Text Example


Text Example

White with #7DC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,140); }

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

background-color css

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

 a { background-color: rgb(125,200,140); }

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

border-color css

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

 span { border-color: rgb(125,200,140); }

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