Html Css Color HEX #7DCF7F De York

📋 copy color: '#7DCF7F'

red 125 ◦ green 207 ◦ blue 127

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

Shades of De York #7DCF7F

Tints of De York #7DCF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 27.23%
G = 45.1%
B = 27.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#7DCF7F (or 0x7DCF7F) is known color: De York. HEX triplet: 7D, CF and 7F. RGB value is (125,207,127). Sum of RGB (Red+Green+Blue) = 125+207+127=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF7F is #823080. Grayscale: #ADADAD. Windows color (decimal): -8532097 or 8376189. OLE color: 8376189.

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

Color convert

RGB 125 207 127 -
CMYK 0.40 0 0.39 0.19
HSL 121.46º 0.46% 0.65% -
HSV(B) 121.46º 0.4% 0.81% -
XYZ 34.6 50.52 28.01 -
YUV 173.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 125 207 127 0.40 0 0.39 0.19 121.46 0.46 0.65
Hex 7D CF 7F 28 0 27 13 79 2E 41
Octal 175 317 177 50 0 47 23 171 56 101
Binary 1111101 11001111 1111111 101000 0 100111 10011 1111001 101110 1000001

Color Harmonies of #7DCF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF7F

Black with #7DCF7F

Text Example


Text Example

White with #7DCF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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