Html Css Color HEX #7DCF8C De York

📋 copy color: '#7DCF8C'

red 125 ◦ green 207 ◦ blue 140

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

Shades of De York #7DCF8C

Tints of De York #7DCF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 26.48%
G = 43.86%
B = 29.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#7DCF8C (or 0x7DCF8C) is known color: De York. HEX triplet: 7D, CF and 8C. RGB value is (125,207,140). Sum of RGB (Red+Green+Blue) = 125+207+140=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF8C is #823073. Grayscale: #AFAFAF. Windows color (decimal): -8532084 or 9228157. OLE color: 9228157.

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

Color convert

RGB 125 207 140 -
CMYK 0.40 0 0.32 0.19
HSL 130.98º 0.46% 0.65% -
HSV(B) 130.98º 0.4% 0.81% -
XYZ 35.5 50.88 32.76 -
YUV 174.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 125 207 140 0.40 0 0.32 0.19 130.98 0.46 0.65
Hex 7D CF 8C 28 0 20 13 83 2E 41
Octal 175 317 214 50 0 40 23 203 56 101
Binary 1111101 11001111 10001100 101000 0 100000 10011 10000011 101110 1000001

Color Harmonies of #7DCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF8C

Black with #7DCF8C

Text Example


Text Example

White with #7DCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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