Html Css Color HEX #7DCC8D De York

📋 copy color: '#7DCC8D'

red 125 ◦ green 204 ◦ blue 141

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

Shades of De York #7DCC8D

Tints of De York #7DCC8D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 141 (55.47% from 255) = 30%

R = 26.6%
G = 43.4%
B = 30%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#7DCC8D (or 0x7DCC8D) is known color: De York. HEX triplet: 7D, CC and 8D. RGB value is (125,204,141). Sum of RGB (Red+Green+Blue) = 125+204+141=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC8D is #823372. Grayscale: #ADADAD. Windows color (decimal): -8532851 or 9292925. OLE color: 9292925.

HSL color Cylindrical-coordinate representation of color #7DCC8D: hue angle of 132.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC8D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 141 -
CMYK 0.39 0 0.31 0.2
HSL 132.15º 0.44% 0.65% -
HSV(B) 132.15º 0.39% 0.8% -
XYZ 34.86 49.47 32.91 -
YUV 173.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 125 204 141 0.39 0 0.31 0.2 132.15 0.44 0.65
Hex 7D CC 8D 27 0 1F 14 84 2C 41
Octal 175 314 215 47 0 37 24 204 54 101
Binary 1111101 11001100 10001101 100111 0 11111 10100 10000100 101100 1000001

Color Harmonies of #7DCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC8D

Black with #7DCC8D

Text Example


Text Example

White with #7DCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,141); }

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

background-color css

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

 a { background-color: rgb(125,204,141); }

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

border-color css

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

 span { border-color: rgb(125,204,141); }

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