Html Css Color HEX #7DCD7C De York

📋 copy color: '#7DCD7C'

red 125 ◦ green 205 ◦ blue 124

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

Shades of De York #7DCD7C

Tints of De York #7DCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 27.53%
G = 45.15%
B = 27.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#7DCD7C (or 0x7DCD7C) is known color: De York. HEX triplet: 7D, CD and 7C. RGB value is (125,205,124). Sum of RGB (Red+Green+Blue) = 125+205+124=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD7C is #823283. Grayscale: #ACACAC. Windows color (decimal): -8532612 or 8179069. OLE color: 8179069.

HSL color Cylindrical-coordinate representation of color #7DCD7C: hue angle of 119.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCD7C is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 124 -
CMYK 0.39 0 0.40 0.20
HSL 119.26º 0.45% 0.65% -
HSV(B) 119.26º 0.4% 0.8% -
XYZ 33.93 49.48 26.83 -
YUV 171.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 125 205 124 0.39 0 0.40 0.20 119.26 0.45 0.65
Hex 7D CD 7C 27 0 28 14 77 2D 41
Octal 175 315 174 47 0 50 24 167 55 101
Binary 1111101 11001101 1111100 100111 0 101000 10100 1110111 101101 1000001

Color Harmonies of #7DCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD7C

Black with #7DCD7C

Text Example


Text Example

White with #7DCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,124); }

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

background-color css

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

 a { background-color: rgb(125,205,124); }

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

border-color css

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

 span { border-color: rgb(125,205,124); }

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