Html Css Color HEX #7DCF7D De York

📋 copy color: '#7DCF7D'

red 125 ◦ green 207 ◦ blue 125

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

Shades of De York #7DCF7D

Tints of De York #7DCF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 27.35%
G = 45.3%
B = 27.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#7DCF7D (or 0x7DCF7D) is known color: De York. HEX triplet: 7D, CF and 7D. RGB value is (125,207,125). Sum of RGB (Red+Green+Blue) = 125+207+125=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF7D is #823082. Grayscale: #ADADAD. Windows color (decimal): -8532099 or 8245117. OLE color: 8245117.

HSL color Cylindrical-coordinate representation of color #7DCF7D: hue angle of 120º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF7D is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 125 -
CMYK 0.40 0 0.40 0.19
HSL 120º 0.46% 0.65% -
HSV(B) 120º 0.4% 0.81% -
XYZ 34.47 50.47 27.33 -
YUV 173.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 125 207 125 0.40 0 0.40 0.19 120 0.46 0.65
Hex 7D CF 7D 28 0 28 13 78 2E 41
Octal 175 317 175 50 0 50 23 170 56 101
Binary 1111101 11001111 1111101 101000 0 101000 10011 1111000 101110 1000001

Color Harmonies of #7DCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF7D

Black with #7DCF7D

Text Example


Text Example

White with #7DCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,125); }

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

background-color css

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

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

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

border-color css

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

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

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