Html Css Color HEX #7DC874 De York

📋 copy color: '#7DC874'

red 125 ◦ green 200 ◦ blue 116

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

Shades of De York #7DC874

Tints of De York #7DC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 28.34%
G = 45.35%
B = 26.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#7DC874 (or 0x7DC874) is known color: De York. HEX triplet: 7D, C8 and 74. RGB value is (125,200,116). Sum of RGB (Red+Green+Blue) = 125+200+116=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC874 is #82378B. Grayscale: #A8A8A8. Windows color (decimal): -8533900 or 7653501. OLE color: 7653501.

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

Color convert

RGB 125 200 116 -
CMYK 0.38 0 0.42 0.22
HSL 113.57º 0.43% 0.62% -
HSV(B) 113.57º 0.42% 0.78% -
XYZ 32.26 46.93 23.88 -
YUV 168 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 125 200 116 0.38 0 0.42 0.22 113.57 0.43 0.62
Hex 7D C8 74 26 0 2A 16 72 2B 3E
Octal 175 310 164 46 0 52 26 162 53 76
Binary 1111101 11001000 1110100 100110 0 101010 10110 1110010 101011 111110

Color Harmonies of #7DC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC874

Black with #7DC874

Text Example


Text Example

White with #7DC874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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