Html Css Color HEX #7DC378 De York

📋 copy color: '#7DC378'

red 125 ◦ green 195 ◦ blue 120

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

Shades of De York #7DC378

Tints of De York #7DC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.32%

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 28.41%
G = 44.32%
B = 27.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#7DC378 (or 0x7DC378) is known color: De York. HEX triplet: 7D, C3 and 78. RGB value is (125,195,120). Sum of RGB (Red+Green+Blue) = 125+195+120=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC378 is #823C87. Grayscale: #A5A5A5. Windows color (decimal): -8535176 or 7914365. OLE color: 7914365.

HSL color Cylindrical-coordinate representation of color #7DC378: hue angle of 116º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC378 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 120 -
CMYK 0.36 0 0.38 0.24
HSL 116º 0.38% 0.62% -
HSV(B) 116º 0.38% 0.76% -
XYZ 31.36 44.75 24.75 -
YUV 165.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 125 195 120 0.36 0 0.38 0.24 116 0.38 0.62
Hex 7D C3 78 24 0 26 18 74 26 3E
Octal 175 303 170 44 0 46 30 164 46 76
Binary 1111101 11000011 1111000 100100 0 100110 11000 1110100 100110 111110

Color Harmonies of #7DC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC378

Black with #7DC378

Text Example


Text Example

White with #7DC378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,120); }

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

background-color css

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

 a { background-color: rgb(125,195,120); }

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

border-color css

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

 span { border-color: rgb(125,195,120); }

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