Html Css Color HEX #7DCC8A De York

📋 copy color: '#7DCC8A'

red 125 ◦ green 204 ◦ blue 138

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

Shades of De York #7DCC8A

Tints of De York #7DCC8A

RGB

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

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

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

R = 26.77%
G = 43.68%
B = 29.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#7DCC8A (or 0x7DCC8A) is known color: De York. HEX triplet: 7D, CC and 8A. RGB value is (125,204,138). Sum of RGB (Red+Green+Blue) = 125+204+138=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC8A is #823375. Grayscale: #ADADAD. Windows color (decimal): -8532854 or 9096317. OLE color: 9096317.

HSL color Cylindrical-coordinate representation of color #7DCC8A: hue angle of 129.87º 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 #7DCC8A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 138 -
CMYK 0.39 0 0.32 0.2
HSL 129.87º 0.44% 0.65% -
HSV(B) 129.87º 0.39% 0.8% -
XYZ 34.64 49.38 31.75 -
YUV 172.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 125 204 138 0.39 0 0.32 0.2 129.87 0.44 0.65
Hex 7D CC 8A 27 0 20 14 82 2C 41
Octal 175 314 212 47 0 40 24 202 54 101
Binary 1111101 11001100 10001010 100111 0 100000 10100 10000010 101100 1000001

Color Harmonies of #7DCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC8A

Black with #7DCC8A

Text Example


Text Example

White with #7DCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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